formatting fixes
This commit is contained in:
@ -5,12 +5,19 @@
|
||||
|
||||
export let name;
|
||||
|
||||
let games = [{
|
||||
name: "Sirius",
|
||||
thumb: "https://placehold.it/600x300",
|
||||
description: "A 2D sci-fi game about wannabe space captain trying to find their path.",
|
||||
imgClass: "img-fluid mb-3 mb-md-0"
|
||||
}, {name: "Quartz", thumb: "https://placehold.it/600x300", description: ""}]
|
||||
let games = [
|
||||
{
|
||||
name: "Sirius",
|
||||
thumb: "https://placehold.it/600x300",
|
||||
description: "A 2D sci-fi game about wannabe space captain trying to find their path.",
|
||||
imgClass: "img-fluid mb-3 mb-md-0"
|
||||
},
|
||||
{
|
||||
name: "Quartz",
|
||||
thumb: "https://placehold.it/600x300",
|
||||
description: ""
|
||||
}
|
||||
]
|
||||
|
||||
onMount(async () => {
|
||||
|
||||
|
Reference in New Issue
Block a user