Skip to content

Commit

Permalink
fixup! fix: Update detour nav icon
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson committed Sep 5, 2024
1 parent b516223 commit 7588f7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/src/helpers/navIcons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ export const DetourNavIcon = (props: NavIconProps) => (
<path
d="M6.52809 17.457L7.9423 16.0428"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
strokeWidth="1.5"
strokeLinecap="round"
/>
<path
d="M9.79289 14.207L11.2071 12.7928"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
strokeWidth="1.5"
strokeLinecap="round"
/>
<path
d="M13.0577 10.957L14.4719 9.54282"
stroke="currentColor"
stroke-width="1.5"
stroke-linecap="round"
strokeWidth="1.5"
strokeLinecap="round"
/>
</svg>
)

0 comments on commit 7588f7d

Please sign in to comment.