Skip to content

Commit

Permalink
Disable Settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Dec 7, 2024
1 parent 73152d9 commit f8b6d95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/components/Nav.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { NavLink } from 'react-router';
import { NavLink } from 'react-router'

export const Nav = () => {
const activeStyle: React.CSSProperties = {
Expand Down Expand Up @@ -41,7 +41,7 @@ export const Nav = () => {
📅
</NavLink>
</li>
<li>
{/* <li>
<NavLink
to="/settings"
aria-label="Settings"
Expand All @@ -51,7 +51,7 @@ export const Nav = () => {
>
⚙️
</NavLink>
</li>
</li> */}
</ul>
</nav>
)
Expand Down

0 comments on commit f8b6d95

Please sign in to comment.