From fb9b007007549ff51bede653912ec2516c96a932 Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Tue, 28 Sep 2021 03:09:42 -0400 Subject: [PATCH] added video demo link to first card --- pages/index.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 2acbda8..7496529 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -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 {
  • Extra details added to FAQs

  • {t('common:continueSpirit')}

    - +
    + + + Click here for a video demo + +   }/>