Skip to content

Commit 4ae4e69

Browse files
authored
Merge pull request #17 from bronze/main
Update MenuIcon.astro
2 parents 9569185 + 1dac2a7 commit 4ae4e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MenuIcon.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { class: className } = Astro.props;
1212
class:list={[className]}
1313
width="24"
1414
height="24"
15-
viewBox="0 0 20 20"
15+
viewBox="0 0 24 24"
1616
xmlns="http://www.w3.org/2000/svg">
1717
<title>Toggle Menu</title>
1818
<path

0 commit comments

Comments
 (0)