feat: add legal tabs and update header assets
Switch the legal page to tabbed EULA/privacy content with URL sync, update header styling, and migrate footer icons to Ant Design. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -40,6 +40,10 @@ const router = createBrowserRouter(
|
||||
path: "mod-codes",
|
||||
lazy: lazy(() => import("@/page/mod-codes")),
|
||||
},
|
||||
{
|
||||
path: "legal",
|
||||
lazy: lazy(() => import("@/page/legal"))
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user