Skip to content

Commit

Permalink
Fix order of menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangjo committed Nov 26, 2023
1 parent e70c290 commit ab20732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export default function Header(props: Props) {
>
<div style={{ display: "inline-block" }}>
<ListLink to="/">Home</ListLink>
<ListLink to="/projects/">Projects</ListLink>
<ListLink to="/academia">Academia</ListLink>
<ListLink to="/projects/">Projects</ListLink>
<ListLink to="/blog/">Blog</ListLink>
<ListLink to="/poetry/">Poetry</ListLink>
<ListLink to="/music/">Music</ListLink>
Expand Down

0 comments on commit ab20732

Please sign in to comment.