diff --git a/app/icon.svg b/app/icon.svg new file mode 100644 index 0000000..7c11df5 --- /dev/null +++ b/app/icon.svg @@ -0,0 +1,28 @@ + diff --git a/components/Logo.tsx b/components/Logo.tsx index 07c7507..48ea6a0 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -1,14 +1,52 @@ export function Logo({ size = 32 }: { size?: number }) { - const fontSize = Math.round(size * 0.46); return ( -