From 8ca1d6551fe611d3811468dc916aed43d0cad69d Mon Sep 17 00:00:00 2001 From: Emily Strickland Date: Sat, 12 Mar 2022 11:53:55 -0800 Subject: [PATCH] Minor wording change for "Download" link Suggesting this change simply because "ZIP" appears to be (per its specification published by PKWARE) canonically spelled uppercase. I also added the word "archive" to provide a noun modified by "ZIP" rather than treating "ZIP" as a noun itself. It seems clearer this way, but may cause text flow issues in the design if it's too long. --- client/pages/post/[id].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/post/[id].tsx b/client/pages/post/[id].tsx index 5a868903..a92f6233 100644 --- a/client/pages/post/[id].tsx +++ b/client/pages/post/[id].tsx @@ -83,7 +83,7 @@ const Post = ({ theme, changeTheme }: ThemeProps) => {
{post.title}
{post.files.map(({ id, content, title }: { id: any, content: string, title: string }) => (