feat: add descriptions to story tags

This commit is contained in:
eggy 2022-10-12 21:16:13 -04:00
parent 60895ee176
commit 6311f64921

View File

@ -4,12 +4,20 @@ export interface TagData {
}
export const tagInfo: Record<string, TagData> = {
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",