diff --git a/next-app/next.config.mjs b/next-app/next.config.mjs index 6391e19..87df3b3 100644 --- a/next-app/next.config.mjs +++ b/next-app/next.config.mjs @@ -10,6 +10,6 @@ const nextConfig = { ] }, output: 'standalone', -}; + }; export default nextConfig; \ No newline at end of file diff --git a/next-app/public/Partner logo/KAW Logotype Medium 1.png b/next-app/public/Partner logo/KAW Logotype Medium 1.png new file mode 100644 index 0000000..d7f7406 Binary files /dev/null and b/next-app/public/Partner logo/KAW Logotype Medium 1.png differ diff --git a/next-app/public/Partner logo/KI_digital_logotyp_negativ_vert.png b/next-app/public/Partner logo/KI_digital_logotyp_negativ_vert.png new file mode 100644 index 0000000..904d64b Binary files /dev/null and b/next-app/public/Partner logo/KI_digital_logotyp_negativ_vert.png differ diff --git a/next-app/public/Partner logo/SciLifeLab_symbol_NEG.png b/next-app/public/Partner logo/SciLifeLab_symbol_NEG.png new file mode 100644 index 0000000..b426fb4 Binary files /dev/null and b/next-app/public/Partner logo/SciLifeLab_symbol_NEG.png differ diff --git a/next-app/public/Partner logo/kaw_sv_300x300.png b/next-app/public/Partner logo/kaw_sv_300x300.png deleted file mode 100644 index 813d6f0..0000000 Binary files a/next-app/public/Partner logo/kaw_sv_300x300.png and /dev/null differ diff --git a/next-app/src/components/FooterComponent.tsx b/next-app/src/components/FooterComponent.tsx index c011c3a..849fffc 100644 --- a/next-app/src/components/FooterComponent.tsx +++ b/next-app/src/components/FooterComponent.tsx @@ -3,6 +3,7 @@ import { ReactElement } from "react"; import { ILink, ISVG } from "@/interfaces/types"; import Link from "next/link"; +import Image from "next/image"; import { LINK_CLASSES } from "@/constants"; export default function FooterComponent(): ReactElement { @@ -95,6 +96,32 @@ export default function FooterComponent(): ReactElement { ))} +
+
+ Karolinska Institutet logo +
+
+ SciLifeLab Logo +
+
+ Knut and Alice Wallenberg Foundation logo +
+

Website code is available on Github: