From ab578c7a739d64427a27b645148f502a5324c487 Mon Sep 17 00:00:00 2001 From: Julia Nguyen Date: Sun, 8 May 2022 17:58:24 -0700 Subject: [PATCH] Add more popular tags to Resources page --- client/app/widgets/Resources/index.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/app/widgets/Resources/index.jsx b/client/app/widgets/Resources/index.jsx index d76d0db791..443ebb05cd 100644 --- a/client/app/widgets/Resources/index.jsx +++ b/client/app/widgets/Resources/index.jsx @@ -51,6 +51,7 @@ const getPopularTags = () => { 'black_people', 'black_women', 'communities', + 'domestic_violence', 'east_asian', 'education', 'latinx', @@ -61,6 +62,7 @@ const getPopularTags = () => { 'south_asian', 'southeast_asian', 'therapy', + 'veterans', 'women', 'women_of_colour', ];