Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

fix typo to remove react console errors #234

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/icons/icons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ const Compass32Icon = () => (
<path
d="M12 12.5L7.5 24.5L21 20.5M12 12.5L25.5 8.5L21 20.5M12 12.5L21 20.5"
stroke="#DBDBDB"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
strokeWidth="2"
strokeLinecap="round"
strokeLinejoin="round"
/>
</svg>
);
Expand Down