Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e36a4e6c04 | |||
| 1c69db9045 | |||
| adc9c78c9b | |||
| 7a08be23ea | |||
| cd42814393 | |||
| 76faf94041 | |||
| 5f232add52 |
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -15,6 +15,7 @@ export default function MatchesPage() {
|
||||
{ name: "Matches", id: "/matches" },
|
||||
{ name: "Seasons", id: "/seasons" },
|
||||
]}
|
||||
brandName="CLANxCLAN"
|
||||
button={{ text: "Schedule" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user