diff options
Diffstat (limited to '')
-rw-r--r-- | src/views/components/NavBar.jsx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/views/components/NavBar.jsx b/src/views/components/NavBar.jsx index 832a112..5537246 100644 --- a/src/views/components/NavBar.jsx +++ b/src/views/components/NavBar.jsx @@ -30,11 +30,11 @@ const links = [ label: 'Home', icon: <HomeOutlined />, }, - { - to: '/chores', - label: 'Desktop View', - icon: <ListAltRounded />, - }, + // { + // to: '/chores', + // label: 'Desktop View', + // icon: <ListAltRounded />, + // }, { to: '/things', label: 'Things', |