From b3e8de9428cf6058aa89fe594233c230c77bef0e Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 21 Feb 2026 15:08:40 +0800 Subject: [PATCH 1/2] Changed links in footer from yt, x to instagram and facebook for game development --- client/src/gamedev-metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/gamedev-metadata.json b/client/src/gamedev-metadata.json index 2c12e719..746bbe29 100644 --- a/client/src/gamedev-metadata.json +++ b/client/src/gamedev-metadata.json @@ -1,9 +1,9 @@ { "social_media": { - "x": { "url": "twitter.com", "alt_text": "X (Twitter)" }, + "facebook": { "url": "https://www.facebook.com/people/Game-Development-UWA/61576948012356/", "alt_text": "Facebook" }, "discord": { "url": "discord.com" }, "github": { "url": "github.com", "alt_text": "GitHub" }, - "youtube": { "url": "youtube.com", "alt_text": "YouTube" } + "instagram": { "url": "https://www.instagram.com/gamedevelopmentuwa", "alt_text": "Instagram" } }, "art_showcase_description": "Here are some of our favourite artworks from this years gamejams!", "game_showcase_description": "Here are some winning games of our recent game jams" From 8a907d3b9fc591828fc7b40d6ac5115c5b071c3b Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 Mar 2026 20:57:18 +0800 Subject: [PATCH 2/2] Fix prettier --- client/src/gamedev-metadata.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/client/src/gamedev-metadata.json b/client/src/gamedev-metadata.json index 746bbe29..d740ca7b 100644 --- a/client/src/gamedev-metadata.json +++ b/client/src/gamedev-metadata.json @@ -1,9 +1,15 @@ { "social_media": { - "facebook": { "url": "https://www.facebook.com/people/Game-Development-UWA/61576948012356/", "alt_text": "Facebook" }, + "facebook": { + "url": "https://www.facebook.com/people/Game-Development-UWA/61576948012356/", + "alt_text": "Facebook" + }, "discord": { "url": "discord.com" }, "github": { "url": "github.com", "alt_text": "GitHub" }, - "instagram": { "url": "https://www.instagram.com/gamedevelopmentuwa", "alt_text": "Instagram" } + "instagram": { + "url": "https://www.instagram.com/gamedevelopmentuwa", + "alt_text": "Instagram" + } }, "art_showcase_description": "Here are some of our favourite artworks from this years gamejams!", "game_showcase_description": "Here are some winning games of our recent game jams"