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",