about summary refs log tree commit diff
path: root/src/view/shell/desktop/LeftNav.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-25 16:51:12 -0500
committerPaul Frazee <pfrazee@gmail.com>2023-05-25 16:51:12 -0500
commit20ef1b8b7bd52eed8983a0232d42f3806a07fb00 (patch)
treef5519a33d6af7e6e10ca4a4b122f1931b387a57e /src/view/shell/desktop/LeftNav.tsx
parent0f30f743cb8ab436d8328d6c324c62366693bb33 (diff)
downloadvoidsky-20ef1b8b7bd52eed8983a0232d42f3806a07fb00.tar.zst
Add custom satellite-dish icons
Diffstat (limited to 'src/view/shell/desktop/LeftNav.tsx')
-rw-r--r--src/view/shell/desktop/LeftNav.tsx14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx
index 01cace154..e62b47ca9 100644
--- a/src/view/shell/desktop/LeftNav.tsx
+++ b/src/view/shell/desktop/LeftNav.tsx
@@ -30,6 +30,8 @@ import {
   CogIconSolid,
   ComposeIcon2,
   HandIcon,
+  SatelliteDishIcon,
+  SatelliteDishIconSolid,
 } from 'lib/icons'
 import {getCurrentRoute, isTab, isStateAtTabRoot} from 'lib/routes/helpers'
 import {NavigationProp} from 'lib/routes/types'
@@ -207,17 +209,17 @@ export const DesktopLeftNav = observer(function DesktopLeftNav() {
       <NavItem
         href="/settings/saved-feeds"
         icon={
-          <FontAwesomeIcon
-            icon="satellite-dish"
+          <SatelliteDishIcon
+            strokeWidth={1.75}
             style={pal.text as FontAwesomeIconStyle}
-            size={20}
+            size={24}
           />
         }
         iconFilled={
-          <FontAwesomeIcon
-            icon="satellite-dish"
+          <SatelliteDishIconSolid
+            strokeWidth={1.75}
             style={pal.text as FontAwesomeIconStyle}
-            size={20}
+            size={24}
           />
         }
         label="My Feeds"