From 2edef84866c77d05da29942962289bd436ae3097 Mon Sep 17 00:00:00 2001 From: Victor Gerbrands Date: Fri, 12 May 2023 12:15:03 +0200 Subject: [PATCH] fix: footer - medusa logo --- components/icons/medusa.tsx | 41 ++++++++++++++++++++++++++++++++++++ components/layout/footer.tsx | 8 +++---- 2 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 components/icons/medusa.tsx diff --git a/components/icons/medusa.tsx b/components/icons/medusa.tsx new file mode 100644 index 000000000..28ba368d8 --- /dev/null +++ b/components/icons/medusa.tsx @@ -0,0 +1,41 @@ +export default function MedusaIcon({ className }: { className?: string }) { + return ( + + + + + + + + + + ); +} diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index d0208299c..f4bd8d78a 100644 --- a/components/layout/footer.tsx +++ b/components/layout/footer.tsx @@ -2,7 +2,7 @@ import Link from 'next/link'; import GitHubIcon from 'components/icons/github'; import LogoIcon from 'components/icons/logo'; -import VercelIcon from 'components/icons/vercel'; +import MedusaIcon from 'components/icons/medusa'; import { getMenu } from 'lib/medusa'; import { Menu } from 'lib/medusa/types'; @@ -55,12 +55,12 @@ export default async function Footer() { Created by - +