Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
chore: fix menu item not highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Jun 27, 2024
1 parent 834124f commit ce1ec44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/layouts/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function AppLayout() {
function MainMenuContent() {
return (
<>
<MenuItem to="/">
<MenuItem to="/home">
<Home className="h-4 w-4" />
Home
</MenuItem>
Expand Down

0 comments on commit ce1ec44

Please sign in to comment.