b2 #15

Merged
kar merged 124 commits from b2 into fetch2 2024-06-17 13:45:13 +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;