From 510c91a4d66d452e1a795aceb3e76318f19b1beb Mon Sep 17 00:00:00 2001 From: jahooma Date: Thu, 2 Dec 2021 14:38:50 -0600 Subject: [PATCH] Add about link --- web/components/hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/hero.tsx b/web/components/hero.tsx index 37ad27ec..98d75703 100644 --- a/web/components/hero.tsx +++ b/web/components/hero.tsx @@ -2,7 +2,7 @@ import { Popover } from '@headlessui/react' import { ConvertKitEmailForm } from './convert-kit-email-form' const navigation = [ - { name: 'About', href: '#' }, + { name: 'About', href: 'https://mantic.notion.site/About-Mantic-Markets-09bdde9044614e62a27477b4b1bf77ea' }, { name: 'Simulator', href: 'https://simulator.mantic.markets' }, ]