aboutsummaryrefslogtreecommitdiff
path: root/src/components/logo.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/logo.tsx')
-rw-r--r--src/components/logo.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/logo.tsx b/src/components/logo.tsx
index 1d1f3c6..b0f358f 100644
--- a/src/components/logo.tsx
+++ b/src/components/logo.tsx
@@ -6,7 +6,7 @@ export function LogoDark() {
<circle cx="6.5" cy="6.5" r="4.5" fill="var(--disk-b)"/>
<circle cx="6.5" cy="17.5" r="4.5" fill="var(--disk-a)"/>
<circle cx="17.5" cy="17.5" r="4.5" fill="var(--disk-b)"/>
- <circle cx="17.5" cy="6.5" r="3.5" stroke="var(--text)" stroke-width="2"/>
+ <circle cx="17.5" cy="6.5" r="3.5" stroke="var(--text)" strokeWidth="2"/>
</svg>
</div>
);
@@ -20,7 +20,7 @@ export function LogoLight() {
<circle cx="6.5" cy="6.5" r="4.5" fill="var(--disk-b)"/>
<circle cx="6.5" cy="17.5" r="4.5" fill="var(--disk-a)"/>
<circle cx="17.5" cy="17.5" r="4.5" fill="var(--disk-b)"/>
- <circle cx="17.5" cy="6.5" r="3.5" stroke="var(--background)" stroke-width="2"/>
+ <circle cx="17.5" cy="6.5" r="3.5" stroke="var(--background)" strokeWidth="2"/>
</svg>
</div>
);