Skip to content

Commit

Permalink
Disable links for sections that are not ready
Browse files Browse the repository at this point in the history
  • Loading branch information
villasv committed Jan 8, 2024
1 parent 6b66911 commit 402d001
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ export function Sidebar() {
<ul>
<li>🔗 Husband,</li>
<li>
<a href="food">🥘 Cook</a>,
{/* <a href="food">🥘 Cook</a>, */}
🥘 Cook,
</li>
<li>{/* <a href="coffee">☕ Barista</a>, */}☕ Barista,</li>
<li>
<a href="coffee">☕ Barista</a>,
{/* <a href="sport">👟 Athlete</a>, */}
👟 Athlete,
</li>
<li>
<a href="sport">👟 Athlete</a>,
</li>
<li>
<a href="world">🏕️ Explorer</a>,
{/* <a href="world">🏕️ Explorer</a>, */}
🏕️ Explorer,
</li>
<li>
<a href="words">📝 Writer</a>.
Expand Down

0 comments on commit 402d001

Please sign in to comment.