From 8552dab9e141abcfd966fe2bc0ce09f04d232dba Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Tue, 17 Sep 2024 12:00:50 -0700 Subject: [PATCH] feat: idling --- src/config/Games.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/config/Games.ts b/src/config/Games.ts index 8557715..0840455 100644 --- a/src/config/Games.ts +++ b/src/config/Games.ts @@ -17,5 +17,9 @@ export const Games: { { name: "Star Wars: The Old Republic", img: "swtor.jpg" + }, + { + name: "Idling to Rule the Gods", + img: "idling-god.png" } ]