From b3c365fdd01b21957644fc537023f396fdb79ad9 Mon Sep 17 00:00:00 2001 From: eggy Date: Mon, 24 Oct 2022 23:05:11 -0400 Subject: [PATCH] tags: add bird tag description --- data/tagInfo.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/tagInfo.ts b/data/tagInfo.ts index 641879c..c72c177 100644 --- a/data/tagInfo.ts +++ b/data/tagInfo.ts @@ -40,5 +40,10 @@ export const tagInfo: Record = { description: 'Articles about free and open source software. Also available on Medium.', }, + birds: { + name: "Bird Family", + description: + "A large, loving family of birds who have found in each other a kindred soul for eternal suffering.", + }, }; export default tagInfo;