Move Pazisme Mod page to a standalone HTML #86

Merged
Thilawyn merged 71 commits from next into master 2026-05-19 19:20:39 +02:00
Showing only changes of commit 8db3214f61 - Show all commits
+13 -1
View File
@@ -9,9 +9,21 @@ import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "@/comp
export const Route = createFileRoute("/_main")({ export const Route = createFileRoute("/_main")({
component: SharedLayout, component: WIPLayout,
}) })
function WIPLayout() {
return (
<div className="mx-auto w-[750px] max-w-full px-5 pt-28 pb-10 text-foreground">
<Card>
<CardContent>
<Outlet />
</CardContent>
</Card>
</div>
)
}
function SharedLayout() { function SharedLayout() {
const { t, i18n } = useTranslation() const { t, i18n } = useTranslation()