Skip to content

Commit

Permalink
Address accessibility error
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtiger committed Nov 19, 2024
1 parent dcbef41 commit 8ee0e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/navigation.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{#if isSecondary}}{{else}}<a href="/" class="logo-circle"></a>{{/if}}
{{#if isSecondary}}{{else}}<a href="/" class="logo-circle" alt="Home"></a>{{/if}}
<ul class="nav">
{{#foreach navigation}}
<li class="nav-{{slug}}{{#if current}} nav-current{{/if}}">
Expand Down

0 comments on commit 8ee0e51

Please sign in to comment.