Skip to content

Commit

Permalink
chore: allow only black icon (temporarily)
Browse files Browse the repository at this point in the history
related to #47
  • Loading branch information
JeelRajodiya committed Aug 24, 2024
1 parent 9e48063 commit 43cdfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/IconLink/IconLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Icon() {
<link
rel="icon"
type="image/svg+xml"
href={isDarkMode ? "/logos/icon.ico" : "/logos/icon-black.ico"}
href={"/logos/icon-black.ico"}
id="light-scheme-icon"
/>
);
Expand Down

0 comments on commit 43cdfc4

Please sign in to comment.