mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-29 01:28:59 -05:00
fix(admin): change general config icon to gear (#649)
* Change general config icon * Update package.json --------- Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
parent
ede9c2a816
commit
958b79d787
2 changed files with 5 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -7,6 +7,9 @@ node_modules
|
||||||
/frontend/.next/
|
/frontend/.next/
|
||||||
/frontend/out/
|
/frontend/out/
|
||||||
|
|
||||||
|
# yarn
|
||||||
|
yarn.lock
|
||||||
|
|
||||||
# build
|
# build
|
||||||
build/
|
build/
|
||||||
dist/
|
dist/
|
||||||
|
|
|
@ -18,11 +18,12 @@ import {
|
||||||
TbSocial,
|
TbSocial,
|
||||||
TbSquare,
|
TbSquare,
|
||||||
TbBinaryTree,
|
TbBinaryTree,
|
||||||
|
TbSettings,
|
||||||
} from "react-icons/tb";
|
} from "react-icons/tb";
|
||||||
import { FormattedMessage } from "react-intl";
|
import { FormattedMessage } from "react-intl";
|
||||||
|
|
||||||
const categories = [
|
const categories = [
|
||||||
{ name: "General", icon: <TbSquare /> },
|
{ name: "General", icon: <TbSettings /> },
|
||||||
{ name: "Email", icon: <TbMail /> },
|
{ name: "Email", icon: <TbMail /> },
|
||||||
{ name: "Share", icon: <TbShare /> },
|
{ name: "Share", icon: <TbShare /> },
|
||||||
{ name: "SMTP", icon: <TbAt /> },
|
{ name: "SMTP", icon: <TbAt /> },
|
||||||
|
|
Loading…
Add table
Reference in a new issue