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 5982899 commit 831214bCopy full SHA for 831214b
components/Logo.tsx
@@ -11,20 +11,20 @@ export default function Logo({ className }: { className?: string }) {
11
<path
12
d="M128 224L48 170.667V64L128 117.333L208 64V170.667L128 224Z"
13
stroke="currentColor"
14
- stroke-width="12"
15
- stroke-linejoin="round"
+ strokeWidth="12"
+ strokeLinejoin="round"
16
/>
17
18
d="M117.333 160L90.6667 144V176L117.333 160Z"
19
20
21
22
23
24
d="M165.333 144L138.667 160L165.333 176V144Z"
25
26
27
28
29
</svg>
30
);
0 commit comments