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: "Tournaments", id: "/tournaments" },
|
||||||
{ name: "Admin", id: "/admin" },
|
{ name: "Admin", id: "/admin" },
|
||||||
]}
|
]}
|
||||||
brandName="ClanForce"
|
brandName="CLANxCLAN"
|
||||||
button={{ text: "Login" }}
|
button={{ text: "Login" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -31,7 +31,7 @@ export default function AdminPage() {
|
|||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase logoText="ClanForce" columns={[]} />
|
<FooterBase logoText="CLANxCLAN" columns={[]} />
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export default function FreeAgentsPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[{ name: "Overview", id: "/" }, { name: "Players", id: "/players" }, { name: "Free Agents", id: "/free-agents" }]}
|
navItems={[{ name: "Overview", id: "/" }, { name: "Players", id: "/players" }, { name: "Free Agents", id: "/free-agents" }]}
|
||||||
brandName="ClanForce"
|
brandName="CLANxCLAN"
|
||||||
button={{ text: "Connect" }}
|
button={{ text: "Connect" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -31,7 +31,7 @@ export default function FreeAgentsPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase columns={[]} logoText="ClanForce" />
|
<FooterBase columns={[]} logoText="CLANxCLAN" />
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ export default function LeaderboardsPage() {
|
|||||||
{ name: "Teams", id: "/teams" },
|
{ name: "Teams", id: "/teams" },
|
||||||
{ name: "Leaderboards", id: "/leaderboards" }
|
{ name: "Leaderboards", id: "/leaderboards" }
|
||||||
]}
|
]}
|
||||||
brandName="ClanForce"
|
brandName="CLANxCLAN"
|
||||||
button={{ text: "Join" }}
|
button={{ text: "Join" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -37,7 +37,7 @@ export default function LeaderboardsPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[]}
|
columns={[]}
|
||||||
logoText="ClanForce"
|
logoText="CLANxCLAN"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -15,6 +15,7 @@ export default function MatchesPage() {
|
|||||||
{ name: "Matches", id: "/matches" },
|
{ name: "Matches", id: "/matches" },
|
||||||
{ name: "Seasons", id: "/seasons" },
|
{ name: "Seasons", id: "/seasons" },
|
||||||
]}
|
]}
|
||||||
|
brandName="CLANxCLAN"
|
||||||
button={{ text: "Schedule" }}
|
button={{ text: "Schedule" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user