Skip to content

Commit

Permalink
Fixing the cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Aug 29, 2024
1 parent 66d764b commit 527b9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/navigation.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div><a class="navlink" href="/wall-of-sound">{% phicon "wall" %} Wall</a></div>
<div><a class="navlink" href="/">{% phicon "film-reel" %} Cinema</a></div>
<div><a class="navlink" href="/">{% phicon "book-open-text" %} Fanzine</a></div>
<div><a class="navlink" style="vertical-align: text-top;" href="/"><img src="/media/icon/cookie_24dp_E8EAED_FILL0_wght400_GRAD0_opsz24.svg"></a></div>
<div><a class="navlink" href="/">{% phicon "cookie" %}</a></div>
</div>

</div>
Expand Down
1 change: 1 addition & 0 deletions src/project.njk
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,5 @@ document.addEventListener('DOMContentLoaded', function() {
window.addEventListener('resize', handleResize);
handleResize();
});
</script>

0 comments on commit 527b9ff

Please sign in to comment.