Add SupabaseStatus component to Layout
cgen-8f59cd54d4eb4a66a360669a64f75534
This commit is contained in:
parent
6f4b72a7b9
commit
14f7f9bcf6
1 changed files with 3 additions and 0 deletions
|
|
@ -247,6 +247,9 @@ export default function Layout({ children }: LayoutProps) {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
{/* Supabase Configuration Status */}
|
||||||
|
<SupabaseStatus />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue