From ba49ac0a7df44d7ea78d556f167e842290d3a144 Mon Sep 17 00:00:00 2001 From: eggy Date: Tue, 3 Jan 2023 15:21:07 -0500 Subject: [PATCH] content: add projections tag --- data/tagInfo.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/tagInfo.ts b/data/tagInfo.ts index 4949b58..f41633f 100644 --- a/data/tagInfo.ts +++ b/data/tagInfo.ts @@ -54,5 +54,9 @@ export const tagInfo: Record = { description: "Story snippets written during National Novel Writing Month as part of a larger work.", }, + skyprojections: { + name: "Projections in the Sky", + description: "Dreams or reality — what is the difference?", + }, }; export default tagInfo;