feat: add descriptions to story tags
This commit is contained in:
parent
60895ee176
commit
6311f64921
@ -4,12 +4,20 @@ export interface TagData {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const tagInfo: Record<string, 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: {
|
bsscc: {
|
||||||
name: "BSSCC",
|
name: "BSSCC",
|
||||||
description: "Posts related to Bayview's Computer Club.",
|
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" },
|
misc: { name: "Miscellaneous" },
|
||||||
poetry: {
|
poetry: {
|
||||||
name: "Poetry",
|
name: "Poetry",
|
||||||
|
Loading…
Reference in New Issue
Block a user