diff --git a/src/components/DownloadLink.tsx b/src/components/DownloadLink.tsx index 70aa105..07938e7 100644 --- a/src/components/DownloadLink.tsx +++ b/src/components/DownloadLink.tsx @@ -6,7 +6,7 @@ export function DownloadLink() { Get Mycelium diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 378a3f4..d8587c3 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -4,7 +4,6 @@ import Link from 'next/link' import { Button } from '@/components/Button' import { Container } from '@/components/Container' import { TextField } from '@/components/Fields' -import { Logomark } from '@/components/Logo' import { NavLinks } from '@/components/NavLinks' import qrCode from '@/images/qr-code.svg' @@ -27,7 +26,7 @@ export function Footer() {
- + Mycelium Logomark

Mycelium

Unleash the Power of Decentralized Networks

diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 08e87f0..6ca40d7 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -126,7 +126,7 @@ export function Header() { - +
diff --git a/src/components/Logo.tsx b/src/components/Logo.tsx index 8267549..b1255ff 100644 --- a/src/components/Logo.tsx +++ b/src/components/Logo.tsx @@ -1,23 +1,110 @@ export function Logomark(props: React.ComponentPropsWithoutRef<'svg'>) { return ( - + + + + + + + + + + + + + + + + + + + + + + + ) } export function Logo(props: React.ComponentPropsWithoutRef<'svg'>) { return ( - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ) }