From 2f6981f4f61c0d4882c7064ae3afda5807a55fe0 Mon Sep 17 00:00:00 2001 From: Alex Stan Date: Sun, 2 Jun 2024 12:04:41 +0300 Subject: [PATCH] redid some changes Signed-off-by: Alex Stan --- app/components/results.tsx | 6 ++- app/learn/page.tsx | 87 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 91 insertions(+), 2 deletions(-) create mode 100644 app/learn/page.tsx 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*/} +