+
Note: This submission is now locked and cannot be edited or deleted.
If you need to make changes, please contact the hackathon organizers.
diff --git a/apps/hackathon/src/app/teams/[teamId]/submit/page.tsx b/apps/hackathon/src/app/teams/[teamId]/submit/page.tsx
index 1be3fcc..85f794f 100644
--- a/apps/hackathon/src/app/teams/[teamId]/submit/page.tsx
+++ b/apps/hackathon/src/app/teams/[teamId]/submit/page.tsx
@@ -38,9 +38,9 @@ const SubmitProjectPage: FC = (): ReactElement => {
if (!isLeader) {
return (
-
-
Access Denied
-
Only the team leader can submit projects
+
+
Access Denied
+
Only the team leader can submit projects
);
@@ -48,10 +48,10 @@ const SubmitProjectPage: FC = (): ReactElement => {
if (hasSubmission) {
return (
-
+
✅
-
Project Already Submitted
-
Your team has already submitted a project
+
Project Already Submitted
+
Your team has already submitted a project