diff --git a/apps/hackathon/src/app/teams/browse/page.tsx b/apps/hackathon/src/app/teams/browse/page.tsx index 604bdc4..688a5f1 100644 --- a/apps/hackathon/src/app/teams/browse/page.tsx +++ b/apps/hackathon/src/app/teams/browse/page.tsx @@ -199,9 +199,17 @@ const BrowseTeamsPage: FC = (): ReactElement => { )}
-

- {team.name} -

+
+

+ {team.name} +

+ {team.has_submission && ( + + + Submitted + + )} +

{' '}