Skip to content

Commit

Permalink
Added a way to differentiate FTC and FRC teams when joining teams
Browse files Browse the repository at this point in the history
  • Loading branch information
renatodellosso committed Jun 26, 2024
1 parent 2249d7b commit 59754ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export default function Profile(props: { teamList: Team[] }) {
key={team._id}
>
<h1 className="max-sm:text-sm h-10">
Team{" "}
{team.tbaId ? "FRC" : "FTC"}{" "}
<span className="text-primary">
{team.number}
</span>
Expand Down

0 comments on commit 59754ea

Please sign in to comment.