From 413d76b2d644d282bc71694de233ef8c4db86371 Mon Sep 17 00:00:00 2001 From: wipeoutbco <64807029+wipeoutbco@users.noreply.github.com> Date: Mon, 24 Jun 2024 14:39:40 -0400 Subject: [PATCH] Update index.ts adding description --- public/catalog/creators/when-suddenly-games/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/catalog/creators/when-suddenly-games/index.ts b/public/catalog/creators/when-suddenly-games/index.ts index f9e5ba1..a5aac54 100644 --- a/public/catalog/creators/when-suddenly-games/index.ts +++ b/public/catalog/creators/when-suddenly-games/index.ts @@ -8,5 +8,7 @@ export default function getData(): ICreatorData { tiktok: "https://tiktok.com/whensuddenlygames", facebook: "https://facebook.com/whensuddenlygames", }, + description: + "Indy game dev located in the Southern US who focuses on narrative driven TTRPGs.", }; }