Skip to content

Commit

Permalink
fix nav arrow on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
ArhanChaudhary committed Jul 5, 2024
1 parent f9799a2 commit 2aedaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ const highlightIndex = sshUsers.indexOf(sshUser) + 1;
<a href="/media/">Media</a>
{sshUser === "nuclear-bomb" && <a href="/404">Not Found</a>}
<div id="nav-arrow" style={`--highlightIndex: ${highlightIndex}`}>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-41 0 41 34">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-41 0 41 34" width="21">
<path
d="M 0 0 V 24 H -28 V 34 L -41 21 L -28 8 V 18 H -6 V 0"
fill="white"></path>
Expand Down

0 comments on commit 2aedaa8

Please sign in to comment.