From fee5f1cf7a8e7a7f8ed1b9dfc5ef41bac178584d Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 27 May 2019 16:18:32 +0200 Subject: [PATCH] category change: Medicine -> Health & Medicine --- client/src/components/atoms/CategoryImage.tsx | 2 ++ client/src/data/form-publish.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/components/atoms/CategoryImage.tsx b/client/src/components/atoms/CategoryImage.tsx index a2a35c7..b6933ec 100644 --- a/client/src/components/atoms/CategoryImage.tsx +++ b/client/src/components/atoms/CategoryImage.tsx @@ -97,6 +97,8 @@ const categoryImageFile = (category: string) => { case 'mathematics': return mathematics case 'Medicine': + case 'Health & Medicine': + case 'Health': case 'medicine': return medicine case 'Other': diff --git a/client/src/data/form-publish.json b/client/src/data/form-publish.json index ab011a8..9e93b66 100644 --- a/client/src/data/form-publish.json +++ b/client/src/data/form-publish.json @@ -64,7 +64,7 @@ "Agriculture & Bio Engineering", "Transportation", "Urban Planning", - "Medicine", + "Health & Medicine", "Business & Management", "Sports & Recreation", "Communication & Journalism",