Merge version_3 into main #5

Merged
bender merged 4 commits from version_3 into main 2026-05-25 22:58:05 +00:00
4 changed files with 7 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ export default function AdminPage() {
{ name: "Tournaments", id: "/tournaments" },
{ name: "Admin", id: "/admin" },
]}
brandName="ClanForce"
brandName="CLANxCLAN"
button={{ text: "Login" }}
/>
</div>
@@ -31,7 +31,7 @@ export default function AdminPage() {
</div>
</main>
<div id="footer" data-section="footer">
<FooterBase logoText="ClanForce" columns={[]} />
<FooterBase logoText="CLANxCLAN" columns={[]} />
</div>
</ReactLenis>
</ThemeProvider>

View File

@@ -11,7 +11,7 @@ export default function FreeAgentsPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[{ name: "Overview", id: "/" }, { name: "Players", id: "/players" }, { name: "Free Agents", id: "/free-agents" }]}
brandName="ClanForce"
brandName="CLANxCLAN"
button={{ text: "Connect" }}
/>
</div>
@@ -31,7 +31,7 @@ export default function FreeAgentsPage() {
/>
</div>
<div id="footer" data-section="footer">
<FooterBase columns={[]} logoText="ClanForce" />
<FooterBase columns={[]} logoText="CLANxCLAN" />
</div>
</ThemeProvider>
);

View File

@@ -17,7 +17,7 @@ export default function LeaderboardsPage() {
{ name: "Teams", id: "/teams" },
{ name: "Leaderboards", id: "/leaderboards" }
]}
brandName="ClanForce"
brandName="CLANxCLAN"
button={{ text: "Join" }}
/>
</div>
@@ -37,7 +37,7 @@ export default function LeaderboardsPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[]}
logoText="ClanForce"
logoText="CLANxCLAN"
/>
</div>
</ReactLenis>

View File

@@ -15,6 +15,7 @@ export default function MatchesPage() {
{ name: "Matches", id: "/matches" },
{ name: "Seasons", id: "/seasons" },
]}
brandName="CLANxCLAN"
button={{ text: "Schedule" }}
/>
</div>