Skip to content

Commit

Permalink
add link to kth e-learning website
Browse files Browse the repository at this point in the history
  • Loading branch information
nattvara committed Apr 20, 2024
1 parent 6f82008 commit 5413d43
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions gui/components/promo/Hero/Hero.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand All @@ -18,12 +18,15 @@ const Hero = () => {
<span className={styles.primary_color}>Canvas AI Copilot</span> - an AI Powered Assistant in Canvas.
</Title>
</div>

<div className={styles.description_text}>
<Text size="xl">
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<span> </span>
<Anchor href="https://intra.kth.se/utbildning/e-larande" target="_blank">
KTH&apos;s E-Learning unit
</Anchor>
, exploring how chatbots can facilitate E-learning, conducted during
<strong> the spring term of 2024</strong>.
</Text>
</div>
Expand Down

0 comments on commit 5413d43

Please sign in to comment.