From 3bddda37d25294ccdcb542f9d380146201dcf6da Mon Sep 17 00:00:00 2001 From: James Grugett Date: Sat, 17 Sep 2022 19:25:17 -0500 Subject: [PATCH] Add plus to trending group button --- web/pages/home/index.tsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/web/pages/home/index.tsx b/web/pages/home/index.tsx index 69914e53..5e10bc3c 100644 --- a/web/pages/home/index.tsx +++ b/web/pages/home/index.tsx @@ -5,7 +5,7 @@ import { PencilAltIcon, ArrowSmRightIcon, } from '@heroicons/react/solid' -import { XCircleIcon } from '@heroicons/react/outline' +import { PlusCircleIcon, XCircleIcon } from '@heroicons/react/outline' import clsx from 'clsx' import { toast, Toaster } from 'react-hot-toast' @@ -230,10 +230,7 @@ function GroupSection(props: { } }} > -