Some fixes for gamedev page

This commit is contained in:
Rene Arumetsa
2026-08-30 22:30:09 +03:00
parent b5a2ce64cb
commit afc7736732
2 changed files with 1 additions and 4 deletions

View File

@@ -37,10 +37,6 @@ export interface UniversityCard {
// Studio / commercial teams (order follows the signup sheet). // Studio / commercial teams (order follows the signup sheet).
export const developers: DeveloperCard[] = [ export const developers: DeveloperCard[] = [
{
title: "White Phosphorus: An Explosive Escape",
studio: "Fire!",
},
{ {
title: "ORMS", title: "ORMS",
studio: "Rhea Games", studio: "Rhea Games",
@@ -137,6 +133,7 @@ export const developers: DeveloperCard[] = [
{ {
title: "Estonian Language Learning Games", title: "Estonian Language Learning Games",
studio: "Estonian Language Self Study Club", studio: "Estonian Language Self Study Club",
url: "https://www.instagram.com/estonian_studyclub/",
logo: "/images/EXPO/gamedev/estonian_language.png", logo: "/images/EXPO/gamedev/estonian_language.png",
}, },
]; ];