Billing UI (#386)
This commit is contained in:
@@ -20,7 +20,7 @@ function Settings() {
|
||||
useSettingsStore();
|
||||
|
||||
return (
|
||||
<div className="flex flex-col gap-8 max-w-6xl mx-auto p-8 pt-0">
|
||||
<div className="flex flex-col gap-8">
|
||||
<Card>
|
||||
<CardHeader className="border-b-2">
|
||||
<CardTitle className="text-lg">Settings</CardTitle>
|
||||
|
||||
@@ -2,7 +2,7 @@ import { Outlet } from "react-router-dom";
|
||||
|
||||
function SettingsPageLayout() {
|
||||
return (
|
||||
<div className="flex flex-col gap-4 px-6">
|
||||
<div className="max-w-6xl mx-auto px-8">
|
||||
<main>
|
||||
<Outlet />
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user