diff --git a/apps/hackathon/public/images/banner-imphnen.png b/apps/hackathon/public/images/banner-imphnen.png deleted file mode 100644 index b6a6cf8..0000000 Binary files a/apps/hackathon/public/images/banner-imphnen.png and /dev/null differ diff --git a/apps/hackathon/public/images/banner-imphnen.webp b/apps/hackathon/public/images/banner-imphnen.webp new file mode 100644 index 0000000..30b0554 Binary files /dev/null and b/apps/hackathon/public/images/banner-imphnen.webp differ diff --git a/apps/hackathon/src/app/teams/browse/page.tsx b/apps/hackathon/src/app/teams/browse/page.tsx index 6dc61c8..29d4a03 100644 --- a/apps/hackathon/src/app/teams/browse/page.tsx +++ b/apps/hackathon/src/app/teams/browse/page.tsx @@ -1,7 +1,14 @@ import { FC, ReactElement, useState, useEffect } from 'react'; import { Button } from '@imphnen-frontend-service/ui/atoms'; import { Link, useNavigate } from 'react-router'; -import { useTeams, useJoinTeam, useMyTeams, ETeamVisibility, joinTeamSchema, TJoinTeamForm } from '@imphnen-frontend-service/service'; +import { + useTeams, + useJoinTeam, + useMyTeams, + ETeamVisibility, + joinTeamSchema, + TJoinTeamForm, +} from '@imphnen-frontend-service/service'; import { useForm } from 'react-hook-form'; import { zodResolver } from '@hookform/resolvers/zod'; import { CitySelect } from '../../../components/city-select'; @@ -69,8 +76,12 @@ const BrowseTeamsPage: FC = (): ReactElement => {
Find and join teams looking for members
++ Find and join teams looking for members +
Loading teams...
++ Loading teams... +
No teams found
-Try adjusting your filters
++ No teams found +
++ Try adjusting your filters +
📍 {team.city}
-👥 {team.members?.length || 0} members
++ 📍 {team.city} +
++ 👥 {team.members?.length || 0} members +
{String(error)}
} - +{String(error)}
+ )} +{user.email}
++ {user.email} +
{user.location && ({user.bio}
++ {user.bio} +
📍 {team.city}
-👥 {team.members?.length || 0} members
++ 📍 {team.city} +
++ 👥 {team.members?.length || 0} members +
{team.description}
++ {team.description} +
Not in any team yet
++ Not in any team yet +
{user.email}
++ Email +
++ {user.email} +
Location
-{user.location}
++ Location +
++ {user.location} +