From 791f416b497fc94c9e39ceaeb59f7061ee2e87da Mon Sep 17 00:00:00 2001 From: joak Date: Tue, 14 Mar 2023 14:13:34 +0100 Subject: [PATCH] Update 'carddeck1/cards.json' --- carddeck1/cards.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/carddeck1/cards.json b/carddeck1/cards.json index a80da97..e3526b8 100644 --- a/carddeck1/cards.json +++ b/carddeck1/cards.json @@ -1,12 +1,12 @@ { - "1" : { + "cards" : [{ "name" : "body", "text" : "Some text of this card", "image": "1.png" }, - "2" : { + { "name" : "panopticon", "text" : "The panopticon is a design of institutional building with an inbuilt system of control!", "image": "2.png" - } + }] } \ No newline at end of file