Skip to content

Commit ae0af57

Browse files
committed
wip
1 parent 63cc72b commit ae0af57

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

src/components/Layout/TopNav/TopNav.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,6 @@ declare global {
4242
}
4343
}
4444

45-
const react18Icon = (
46-
<svg
47-
stroke="currentColor"
48-
fill="none"
49-
strokeWidth="2"
50-
viewBox="0 0 24 24"
51-
strokeLinecap="round"
52-
strokeLinejoin="round"
53-
height="200px"
54-
width="200px"
55-
xmlns="http://www.w3.org/2000/svg">
56-
<path d="M8 8h1v8"></path>
57-
<path d="M15 12h-1a1 1 0 0 1 -1 -1v-2a1 1 0 0 1 1 -1h2a1 1 0 0 1 1 1v2a1 1 0 0 1 -1 1zh-1a1 1 0 0 0 -1 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1 -1v-2a1 1 0 0 0 -1 -1"></path>
58-
</svg>
59-
);
60-
6145
const darkIcon = (
6246
<svg
6347
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)