added video demo link to first card

This commit is contained in:
Jason Liu 2021-09-28 03:09:42 -04:00
parent d317514dd8
commit fb9b007007
1 changed files with 8 additions and 3 deletions

View File

@ -6,10 +6,10 @@ import Form from '../components/Form';
import Card from '../components/Card';
import Page from '../components/Page';
import Alert from '../components/Alert';
import { useEffect, useState } from 'react';
import React, { useEffect, useState } from 'react';
import { isIOS, isSafari, isAndroid} from 'react-device-detect';
import usePassCount from "../src/hooks/use_pass_count";
import Link from 'next/link'
function Index(): JSX.Element {
const { t } = useTranslation(['common', 'index', 'errors']);
@ -82,7 +82,12 @@ function Index(): JSX.Element {
<li>Extra details added to FAQs</li>
</ul><br />
<p>{t('common:continueSpirit')}</p>
<br />
<Link href="https://www.youtube.com/watch?v=AIrG5Qbjptg">
<a className="underline" target="_blank">
Click here for a video demo
</a>
</Link>&nbsp;
</div>
}/>
<Form/>