removed verifier and demo link

This commit is contained in:
Jason Liu 2021-10-21 12:28:36 -04:00
parent 3f54a88078
commit 32cb366b17
1 changed files with 0 additions and 2 deletions

View File

@ -27,10 +27,8 @@ function Page(props: PageProps): JSX.Element {
<footer>
<nav className="nav flex pt-4 flex-row space-x-4 justify-center text-md font-bold flex-wrap">
{<Link href="/faq"><a className="underline">{t('common:faq')}</a></Link>}
<a href="https://www.youtube.com/watch?v=AIrG5Qbjptg" className="underline">{t('index:demo')}</a>
<a href="https://twitter.com/grassroots_team" className="underline">{t('index:whatsnew')}</a>
<a href="mailto:grassroots@vaccine-ontario.ca" className="underline">{t('common:contact')}</a>
<a href="https://verifier.vaccine-ontario.ca" className="underline">{t('common:gotoVerifier')}</a>
<a href="https://github.com/billylo1/covidpass" className="underline">{t('common:gitHub')}</a>
<a href="https://vaccine-ontario.ca" className="underline">{t('common:returnToMainSite')}</a>
</nav>