Skip to content

Commit

Permalink
try to fix home link in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-chu committed Jun 3, 2024
1 parent 749f4a1 commit 5699f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export default function Menu() {
>
<List>
<ListItem key={"天氣"} disablePadding>
<Link href="/astroInfo" passHref>
<Link href="./" passHref>
<ListItemButton
onClick={() => setIsDrawerOpen(false)}
sx={{ width: 1 }}
Expand Down

0 comments on commit 5699f44

Please sign in to comment.