diff --git a/frontend/src/components/Common/Footer.tsx b/frontend/src/components/Common/Footer.tsx index 06e57bf..288df92 100644 --- a/frontend/src/components/Common/Footer.tsx +++ b/frontend/src/components/Common/Footer.tsx @@ -1,4 +1,4 @@ -import { Box, Center, Container, Image } from "@chakra-ui/react" +import { Box, Container, Image, Stack } from "@chakra-ui/react" import type React from "react" import Citation from "./Citation" @@ -9,10 +9,14 @@ const Footer: React.FC = () => { -
- - UCL Logo -
+ + + + + + UCL Logo + +
diff --git a/frontend/src/routes/_layout/index.tsx b/frontend/src/routes/_layout/index.tsx index 0757024..53a4259 100644 --- a/frontend/src/routes/_layout/index.tsx +++ b/frontend/src/routes/_layout/index.tsx @@ -14,9 +14,9 @@ import { Link, Stack, Text, - createIcon, useColorModeValue, } from "@chakra-ui/react" +import { ExternalLinkIcon } from '@chakra-ui/icons' import logoImg from "../../assets/images/ted_logo.png" import Carousel from "../../components/Common/Carousel" @@ -78,8 +78,6 @@ function Dashboard() { > + { return (