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 - +