Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AaDalal committed Jun 8, 2024
1 parent a51f662 commit 6fee7b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/alert/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const Nav = ({ login, logout, user, page, setPage }: NavProps) => (
nameLength={2}
login={login}
logout={logout}
pathname={window.location.pathname}
pathname="/"
/>
</NavElt>
<NavElt
Expand Down

0 comments on commit 6fee7b5

Please sign in to comment.