Skip to content

Commit

Permalink
Further added dynamic text for alliances
Browse files Browse the repository at this point in the history
  • Loading branch information
BanEvading committed Feb 14, 2025
1 parent 63c70d7 commit dd03965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export default function Container(props: ContainerProps) {

<Link href={`/${selectedTeam?.slug}`}>
<button className="btn btn-ghost normal-case bg-base-100">
<BiHome className="text-2xl"></BiHome>Team Home
<BiHome className="text-2xl"></BiHome>{selectedTeam?.alliance ? "Alliance Home" : "Team Home"}
</button>
</Link>

Expand Down

0 comments on commit dd03965

Please sign in to comment.