From 5413d43099189bb1161969e9f76726f8754945ed Mon Sep 17 00:00:00 2001 From: Ludwig Kristoffersson Date: Sat, 20 Apr 2024 14:09:26 +0200 Subject: [PATCH] add link to kth e-learning website --- gui/components/promo/Hero/Hero.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gui/components/promo/Hero/Hero.tsx b/gui/components/promo/Hero/Hero.tsx index ea82cd1..354a6f4 100644 --- a/gui/components/promo/Hero/Hero.tsx +++ b/gui/components/promo/Hero/Hero.tsx @@ -1,4 +1,4 @@ -import { Button, Container, Space, Text, Title } from "@mantine/core"; +import { Anchor, Button, Container, Space, Text, Title } from "@mantine/core"; import { useMediaQuery } from "@mantine/hooks"; import { IconArrowDown } from "@tabler/icons-react"; import { useRouter } from "next/router"; @@ -18,12 +18,15 @@ const Hero = () => { Canvas AI Copilot - an AI Powered Assistant in Canvas. -
Canvas AI Copilot is a smart assistant integrated into Canvas course rooms, designed to enhance the E-learning experience by creating a favorable learning environment. This tool is part of a master thesis - at KTH IT exploring how chatbots can facilitate E-learning, conducted during + at + + KTH's E-Learning unit + + , exploring how chatbots can facilitate E-learning, conducted during the spring term of 2024.