Skip to content

Commit

Permalink
Update root.layout.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jan 10, 2024
1 parent 7cba956 commit 4570318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/root.layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default async function rootLayout ({
<a href="/" class="top-bar-title" title="home">bret.io</a>
<a href="/cv/" class="top-bar-link" title="resume">cv</a>
<a href="/blog/" class="top-bar-link" title="blog">blog</a>
<a href="https://hifiwi.fi" class="top-bar-link" title="HifiWi.fi">hifiwi.fi</a>
<!-- <a href="https://hifiwi.fi" class="top-bar-link" title="HifiWi.fi">hifiwi.fi</a> -->
<span class="top-bar-right">
<span class="top-bar-link" >
<input class="dark-icon light-dark-button" onclick="window.toggleTheme()" height="14" width="14" type="image" alt="Toogle Theme" height="14" width="14" src="/globals/static/light-dark.svg">
Expand Down

0 comments on commit 4570318

Please sign in to comment.