- implement donation link, in about section

This commit is contained in:
Amruth Pillai
2020-07-14 17:24:59 +05:30
parent 851d6ef020
commit af955bbf55
6 changed files with 106 additions and 63 deletions

View File

@ -3,6 +3,7 @@ import {
MdDashboard,
MdFontDownload,
MdImportExport,
MdInfo,
MdSettings,
MdStyle,
} from 'react-icons/md';
@ -38,4 +39,9 @@ export default [
name: 'Settings',
icon: MdSettings,
},
{
id: 'about',
name: 'About',
icon: MdInfo,
},
];