content: add detail to nano tag

This commit is contained in:
eggy
2024-04-04 14:48:35 -04:00
parent e05b8ccd81
commit 62e1d7ef22
3 changed files with 62 additions and 86 deletions

View File

@@ -45,6 +45,10 @@ export const tagInfo: Record<string, TagData> = {
description:
"A large, loving family of birds who have found in each other a kindred soul for eternal suffering.",
},
birdseye: {
name: "Bird's-Eye View",
description: "What's the world like to a pair of human-watching bluebirds?",
},
uoft: {
name: "University of Teyvat",
description: "A <em>Genshin Impact</em> university AU.",
@@ -61,6 +65,6 @@ export const tagInfo: Record<string, TagData> = {
featured: {
name: "Featured",
description: "Works that are less rambly and more actually good!",
}
},
};
export default tagInfo;