mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 12:56:51 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
93ee695c0e
commit
ffcfe41c6c
2 changed files with 6 additions and 26 deletions
|
|
@ -23,6 +23,7 @@ const PADDLE_ENV = (import.meta.env.VITE_PADDLE_ENVIRONMENT as string) === "prod
|
|||
import { Logo } from "@/components/mika/Logo";
|
||||
import { PaymentIssueBanner } from "@/components/mika/PaymentIssueBanner";
|
||||
import { CancellationScheduledBanner } from "@/components/mika/CancellationScheduledBanner";
|
||||
import { TelegramConnectionBanner } from "@/components/mika/telegram/TelegramConnectionBanner";
|
||||
import { ThemeToggle } from "@/components/mika/ThemeToggle";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import {
|
||||
|
|
@ -159,7 +160,8 @@ function PainelLayout() {
|
|||
<CancellationScheduledBanner />
|
||||
|
||||
<main className="flex-1 px-4 sm:px-6 py-6 sm:py-8">
|
||||
<div className="mx-auto max-w-6xl">
|
||||
<div className="mx-auto max-w-6xl space-y-4">
|
||||
<TelegramConnectionBanner />
|
||||
<Outlet />
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue