Skip to content

Commit

Permalink
fix: Change settings tab to more universally recognizable icon (#2246)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryce-seifert authored Dec 19, 2022
1 parent f994e58 commit 3b67d7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webui/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
faCloud,
faGamepad,
faPlug,
faUserNinja,
faCog,
} from '@fortawesome/free-solid-svg-icons'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import '@fontsource/fira-code'
Expand Down Expand Up @@ -404,7 +404,7 @@ function AppContent({ buttonGridHotPress }) {
</CNavItem>
<CNavItem>
<CNavLink to="/settings">
<FontAwesomeIcon icon={faUserNinja} /> Settings
<FontAwesomeIcon icon={faCog} /> Settings
</CNavLink>
</CNavItem>
<CNavItem>
Expand Down

0 comments on commit 3b67d7b

Please sign in to comment.