diff --git a/src/app/battle/page.tsx b/src/app/battle/page.tsx
index 07245c3..4508abe 100644
--- a/src/app/battle/page.tsx
+++ b/src/app/battle/page.tsx
@@ -20,8 +20,7 @@ export default function BattleArenaPage() {
const footerColumns = [
{
- title: "Platform",
- items: [
+ title: "Platform", items: [
{ label: "Home", href: "/" },
{ label: "Create Character", href: "/create" },
{ label: "Battle Arena", href: "/battle" },
@@ -29,8 +28,7 @@ export default function BattleArenaPage() {
],
},
{
- title: "Community",
- items: [
+ title: "Community", items: [
{ label: "Rankings", href: "/community" },
{ label: "Leaderboard", href: "/leaderboard" },
{ label: "Creator Spotlight", href: "#creators" },
@@ -38,8 +36,7 @@ export default function BattleArenaPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Technique Guide", href: "/guides/techniques" },
{ label: "Domain Expansion", href: "/guides/domains" },
{ label: "Battle Tips", href: "/guides/battle" },
@@ -47,8 +44,7 @@ export default function BattleArenaPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Contact Us", href: "#contact" },
@@ -78,7 +74,7 @@ export default function BattleArenaPage() {
@@ -146,7 +116,7 @@ export default function BattleArenaPage() {
@@ -188,7 +160,7 @@ export default function HomePage() {