Skip to content

Commit

Permalink
Merge pull request #25 from TeaClientMC/main
Browse files Browse the repository at this point in the history
fix: application types
  • Loading branch information
Eveeifyeve committed Jun 5, 2024
2 parents 90792d5 + 0ce3d2e commit a64d107
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/apply/[apply].astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ let title = "";
if (apply === "staff") {
title = "Staff Application";
} else if (apply === "team") {
title = "Team Application";
} else if (apply === "teams") {
title = "Teams Application";
} else {
title = "Application";
title = "Invalid application";
}
---

Expand Down

0 comments on commit a64d107

Please sign in to comment.