mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
changing layout
This commit is contained in:
parent
feae34ac15
commit
49519a8d82
1 changed files with 2 additions and 2 deletions
|
|
@ -209,7 +209,7 @@ export default function DealPage({
|
|||
</aside>
|
||||
|
||||
{/* ── Center: Tabs ─────────────────────────────────────────── */}
|
||||
<section className="col-span-12 lg:col-span-7 space-y-4">
|
||||
<section className="col-span-12 lg:col-span-6 space-y-4">
|
||||
{/* Tab bar */}
|
||||
<div className="flex gap-1 p-1 bg-brandlightblue/10 border border-brandblue/10 rounded-xl">
|
||||
{VALID_TABS.map((tab) => (
|
||||
|
|
@ -401,7 +401,7 @@ export default function DealPage({
|
|||
</section>
|
||||
|
||||
{/* ── Right Sidebar: Actions ───────────────────────────────── */}
|
||||
<aside className="col-span-12 lg:col-span-2 space-y-4">
|
||||
<aside className="col-span-12 lg:col-span-3 space-y-4">
|
||||
|
||||
{/* Removal state badge */}
|
||||
{removalState !== "none" && (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue