File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { AiFillSecurityScan } from "@react-icons/all-files/ai/AiFillSecurityScan
7
7
import { AiFillApi } from "@react-icons/all-files/ai/AiFillApi"
8
8
import { HiShieldCheck } from "@react-icons/all-files/hi/HiShieldCheck"
9
9
import { IconType } from "@react-icons/all-files/lib"
10
- import { FaWrench } from "@react-icons/all-files/fa/FaWrench "
10
+ import { FaCog } from "@react-icons/all-files/fa/FaCog "
11
11
12
12
export enum SideNavLinkDestination {
13
13
Home ,
@@ -69,7 +69,7 @@ export const sideNavDestinationToIcon: (
69
69
case SideNavLinkDestination . Protection :
70
70
return HiShieldCheck
71
71
case SideNavLinkDestination . Settings :
72
- return FaWrench
72
+ return FaCog
73
73
default :
74
74
throw Error ( `No value mapped for ${ dest } ` )
75
75
}
You can’t perform that action at this time.
0 commit comments