diff --git a/src/components/About.astro b/src/components/About.astro
index 35b74a8..9304a19 100644
--- a/src/components/About.astro
+++ b/src/components/About.astro
@@ -1,8 +1,8 @@
---
-import { translations, type Lang } from '@data/i18n';
-import { Image } from 'astro:assets';
-import benker from '@assets/studioBenker.png';
-const { lang = 'no' } = Astro.props as { lang?: Lang };
+import { translations, type Lang } from "@data/i18n";
+import { Image } from "astro:assets";
+import benker from "@assets/studioBenker.png";
+const { lang = "no" } = Astro.props as { lang?: Lang };
const t = translations[lang].about;
---
@@ -13,7 +13,19 @@ const t = translations[lang].about;
{t.p2}
{t.p3}
{t.p4}
-
-
+
+
+
+ {t.photoCredit} Runhild Heggem
+
+
+
-
\ No newline at end of file
+
diff --git a/src/data/i18n.ts b/src/data/i18n.ts
index 2636059..585ff87 100644
--- a/src/data/i18n.ts
+++ b/src/data/i18n.ts
@@ -32,6 +32,7 @@ export const translations = {
p3: "Ikke gå glipp av den største studiekickoffen i Oslo!",
p4: "Flere av arrangementene våre er gratis, og alt er ID 18+.",
p5: 'Dersom du ønsker å lære mer om historien til STUDiO, samt Det Norske Studentersamfund kan du leser mer på Viteboka',
+ photoCredit: "Foto:",
},
program: {
today: "Hva skjer i dag?",
@@ -81,6 +82,7 @@ export const translations = {
p3: "Don't miss the biggest buddy and semester kickoff in Oslo!",
p4: "Several of our events are free and everything is ID18+.",
p5: 'If you want to learn more about the history of STUDiO, as well as The Norwegian Student Society, you can read more on Viteboka',
+ photoCredit: "Photo:",
},
program: {
today: "What's happening today?",