Skip to content

Commit

Permalink
(feature) change logo of settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
AHarmlessPyro committed Oct 6, 2022
1 parent b67b308 commit a7687c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Sidebar/NavLinkUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { AiFillSecurityScan } from "@react-icons/all-files/ai/AiFillSecurityScan
import { AiFillApi } from "@react-icons/all-files/ai/AiFillApi"
import { HiShieldCheck } from "@react-icons/all-files/hi/HiShieldCheck"
import { IconType } from "@react-icons/all-files/lib"
import { FaWrench } from "@react-icons/all-files/fa/FaWrench"
import { FaCog } from "@react-icons/all-files/fa/FaCog"

export enum SideNavLinkDestination {
Home,
Expand Down Expand Up @@ -69,7 +69,7 @@ export const sideNavDestinationToIcon: (
case SideNavLinkDestination.Protection:
return HiShieldCheck
case SideNavLinkDestination.Settings:
return FaWrench
return FaCog
default:
throw Error(`No value mapped for ${dest}`)
}
Expand Down

0 comments on commit a7687c8

Please sign in to comment.