From 34a3257d1ac98a664dc45341c8ebf4b3139b2bb9 Mon Sep 17 00:00:00 2001 From: elukjanovica Date: Thu, 18 Apr 2024 20:58:01 +0300 Subject: [PATCH] --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 4d7c794..0fa036f 100644 --- a/main.py +++ b/main.py @@ -12,7 +12,7 @@ posts = [ {"alias": "update-1", "title": "Game 'Picture Puzzle remake' update 1.0", "image": "baobab.png"}, {"alias": "how-it-was-made", "title": "Picture Puzzle remake - How it was made", "image": "coding.png"}, {"alias": "difficulties", "title": "Difficulties while making game", "image": "staircase-fail.png"}, - {"alias": "chatgpt", "title": "ChasGPT as code helper", "image": "gpt-meme.png"}, + {"alias": "chatgpt", "title": "ChatGPT as code helper", "image": "gpt-meme.png"}, {"alias": "update-1-1", "title": "Game 'Picture Puzzle remake' update 1.1", "image": "skeleton.png"}, {"alias": "expectations", "title": "Game expectations vs. reality", "image": "developers-be-like.png"}, {"alias": "design-and-music", "title": "Design and music", "image": "design-and-music.png"},