diff --git a/design/logo.sketch b/design/logo.sketch index 4158b86..7677292 100644 Binary files a/design/logo.sketch and b/design/logo.sketch differ diff --git a/website/src/components/layout/index.tsx b/website/src/components/layout/index.tsx index 6c2dd70..42356e3 100644 --- a/website/src/components/layout/index.tsx +++ b/website/src/components/layout/index.tsx @@ -12,45 +12,55 @@ import NextLink from 'next/link' const inter = Inter({ subsets: ['latin'] }) const SplashyLogo = (props: JSX.IntrinsicAttributes & React.SVGProps) => ( - - - - - - - - - - - - + + + + + + + + + + + + )