From b08de471aef4de7d8b76b39f5b4aeae522eb1160 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Thu, 25 Sep 2025 15:36:30 +0200 Subject: [PATCH] replace logo --- src/components/DownloadLink.tsx | 2 +- src/components/Footer.tsx | 3 +- src/components/Header.tsx | 2 +- src/components/Logo.tsx | 115 ++++++++++++++++++++++++++++---- 4 files changed, 104 insertions(+), 18 deletions(-) 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 ( - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ) }