diff --git a/frontend/src/components/Footer.tsx b/frontend/src/components/Footer.tsx index b0afbfb..b1f9223 100644 --- a/frontend/src/components/Footer.tsx +++ b/frontend/src/components/Footer.tsx @@ -3,7 +3,7 @@ import NTNULogo from "./ntnu/NTNULogo"; export default function Footer() { return ( ); }