Skip to content

Commit

Permalink
refactor: bit tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
nix6839 committed Sep 16, 2023
1 parent 5a055c3 commit 511726a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/portfolio/src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const NAV_ID = 'nav-menu';
aria-expanded="false"
aria-controls="nav-menu"
>
<svg width="32" height="32" fill="none" viewBox="0 0 48 48">
<svg width="32" height="32" viewBox="0 0 48 48">
<path fill="currentColor" d={listIconPath}></path>
</svg>
</Button>
Expand Down

0 comments on commit 511726a

Please sign in to comment.