add sponsor to footer

This commit is contained in:
2025-07-29 18:10:25 +02:00
parent 7d832fc258
commit 160aed0b9a
3 changed files with 56 additions and 4 deletions

View File

@@ -45,6 +45,7 @@ export const translations = {
address: "Slemdalsveien 15, 0369 Oslo",
org: "Studentfestivalen<br>i Oslo 2025",
dnsAlt: "Logo for Det Norske Studentersamfund",
sponsoredBy: "Sponset av",
},
},
en: {
@@ -93,6 +94,7 @@ export const translations = {
address: "Slemdalsveien 15, 0369 Oslo",
org: "Student Festival<br>in Oslo 2025",
dnsAlt: "Logo for the Norwegian Student Society",
sponsoredBy: "Sponsored by",
},
},
} as const;