From 50c03e3b3ffcaa0e4ed3a8852cb43eea57ad7dda Mon Sep 17 00:00:00 2001 From: eggy Date: Sun, 1 Dec 2024 01:37:24 -0500 Subject: [PATCH] content: rewrite emma the narwhal description --- content/stories/nanowrimo/emma-the-narwhal.md | 2 +- data/tagInfo.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/stories/nanowrimo/emma-the-narwhal.md b/content/stories/nanowrimo/emma-the-narwhal.md index ef9b680..687adcf 100644 --- a/content/stories/nanowrimo/emma-the-narwhal.md +++ b/content/stories/nanowrimo/emma-the-narwhal.md @@ -89,4 +89,4 @@ Although she was not Emma, perhaps she could fulfill some of the girl's dreams, She would bring to the narwhal race a new order. She would be christened… -Skyler, Monarch of the Sky Narwhals. \ No newline at end of file +Skyler, Monarch of the Sky Narwhals. diff --git a/data/tagInfo.ts b/data/tagInfo.ts index e1814b3..5087224 100644 --- a/data/tagInfo.ts +++ b/data/tagInfo.ts @@ -73,7 +73,7 @@ export const tagInfo: Record = { "emma the narwhal": { name: "Emma the Narwhal", description: - 'A mystery-betrayal story April writes in Monoceros (novel).', + 'A mystery-betrayal story written by April Evans in Monoceros (novel).', }, }; export default tagInfo;