From 2865f46910ee4f773147b13514cb991267f7b797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Alexander=20Str=C3=B8mseng?= Date: Tue, 2 Apr 2024 17:44:26 +0200 Subject: [PATCH] 184 remove unneeded parts of footer (#185) * fix(frontend): add links, remove sections not needed * fix(frontend): fix sizing and flex --- frontend/src/components/Footer.tsx | 44 +++++++++++++----------------- 1 file changed, 19 insertions(+), 25 deletions(-) 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 ( ); }