wss15 #6

Merged
suvo merged 42 commits from wss15 into master 2024-04-23 12:52:16 +00:00
Showing only changes of commit 38eccfedda - Show all commits

View File

@@ -93,7 +93,7 @@ import Layout from "../../layouts/Layout.astro";
.then(res => res.json())
.then(data => {
gameData = data.data;
console.log(gameData)
// console.log(gameData)
document.getElementById("gameDescription").innerHTML = gameData.description;
if(gameData.label1){
document.getElementById("label1").innerHTML = gameData.label1;