diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-01-05 09:44:56 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-01-05 09:44:56 +0100 |
commit | 22bf08328d56852969d5f1dc98561554aea98d3c (patch) | |
tree | 4dc16716c5004483aaf1489edb25b9bc5c387c7b /src/components/logo.tsx | |
parent | 263bdd5b7d9f1ffcc8b74363ccc429fb6fd6c844 (diff) |
CenteredPage toegevoegd
Diffstat (limited to 'src/components/logo.tsx')
-rw-r--r-- | src/components/logo.tsx | 4 |
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> ); |