From 6311f649211f8bb40a372671ac28f498ab656526 Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 12 Oct 2022 21:16:13 -0400 Subject: [PATCH] feat: add descriptions to story tags --- data/tagInfo.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/data/tagInfo.ts b/data/tagInfo.ts index d938423..641879c 100644 --- a/data/tagInfo.ts +++ b/data/tagInfo.ts @@ -4,12 +4,20 @@ export interface TagData { } export const tagInfo: Record = { - barin: { name: "Barin" }, + barin: { + name: "Barin", + description: + "Welcome to Barin — a world in constant conflict between productivity and procrastination.", + }, bsscc: { name: "BSSCC", description: "Posts related to Bayview's Computer Club.", }, - ibia: { name: "Ibia" }, + ibia: { + name: "Ibia", + description: + "A Kurious child struggles to fight the misinformation brought by the Six Goddesses of the Subjects.", + }, misc: { name: "Miscellaneous" }, poetry: { name: "Poetry",