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: {
}
}}
>
-
+
@@ -322,6 +319,7 @@ export function TrendingGroupsSection(props: {
{chosenGroups.map((g) => (
{
@@ -343,6 +341,11 @@ export function TrendingGroupsSection(props: {
}
}}
>
+
+
{g.name}
))}