diff --git a/apps/hackathon/src/app/teams/browse/page.tsx b/apps/hackathon/src/app/teams/browse/page.tsx index 29d4a03..b0b8aaa 100644 --- a/apps/hackathon/src/app/teams/browse/page.tsx +++ b/apps/hackathon/src/app/teams/browse/page.tsx @@ -12,6 +12,7 @@ import { import { useForm } from 'react-hook-form'; import { zodResolver } from '@hookform/resolvers/zod'; import { CitySelect } from '../../../components/city-select'; +import { Icon } from '@iconify/react'; const BrowseTeamsPage: FC = (): ReactElement => { const navigate = useNavigate(); @@ -70,16 +71,16 @@ const BrowseTeamsPage: FC = (): ReactElement => { }); return ( -
+
{/* Header */} -
+

Browse Teams

-

+

Find and join teams looking for members

@@ -92,10 +93,10 @@ const BrowseTeamsPage: FC = (): ReactElement => { {/* Filters */}
-
+
-
-