We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63cc72b commit ae0af57Copy full SHA for ae0af57
src/components/Layout/TopNav/TopNav.tsx
@@ -42,22 +42,6 @@ declare global {
42
}
43
44
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
-
61
const darkIcon = (
62
<svg
63
xmlns="http://www.w3.org/2000/svg"
0 commit comments