From dfafbfc9801652ed8b354d59af2966426d9985d3 Mon Sep 17 00:00:00 2001 From: jahooma Date: Thu, 2 Dec 2021 16:38:19 -0600 Subject: [PATCH] Add mantic market logo as transparent svg --- web/components/hero.tsx | 2 ++ web/public/logo-icon.svg | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 web/public/logo-icon.svg diff --git a/web/components/hero.tsx b/web/components/hero.tsx index 89c77f4e..534a5eb2 100644 --- a/web/components/hero.tsx +++ b/web/components/hero.tsx @@ -20,9 +20,11 @@ export const Hero = () => {
+ Mantic Markets
+
{navigation.map((item) => ( diff --git a/web/public/logo-icon.svg b/web/public/logo-icon.svg new file mode 100644 index 00000000..80018dde --- /dev/null +++ b/web/public/logo-icon.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file