completionId: cgen-6442163afb844055b52af89b4995abc8
cgen-6442163afb844055b52af89b4995abc8
This commit is contained in:
parent
31230cbbed
commit
54ac2989d8
1 changed files with 11 additions and 0 deletions
|
|
@ -714,6 +714,17 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
|
|||
|
||||
{/* Supabase Configuration Status */}
|
||||
<SupabaseStatus />
|
||||
|
||||
<style>{`
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
`}</style>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue