diff --git a/app/components/results.tsx b/app/components/results.tsx index bf4b6d8..9bafae2 100644 --- a/app/components/results.tsx +++ b/app/components/results.tsx @@ -1,6 +1,7 @@ import { CheckIcon, XMarkIcon, QuestionMarkCircleIcon, FingerPrintIcon, LockClosedIcon } from '@heroicons/react/24/outline' import Logo from './logo'; import { SessionState } from '../lib/session'; +import LinkButton from './link-button'; /* const features = [ @@ -84,13 +85,14 @@ const ResultScreen = ({state}: {state: SessionState}) => {

- Go Back - + */} +
+ {/*Background*/} +