mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Removed empty style tag
This commit is contained in:
parent
1cd69eb495
commit
b510a75b80
@ -12,9 +12,6 @@ export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<html lang="en" className={inter.className} suppressHydrationWarning>
|
||||
<head>
|
||||
<style dangerouslySetInnerHTML={{ __html: `
|
||||
|
||||
` }} />
|
||||
</head>
|
||||
<body className="flex flex-col min-h-screen">
|
||||
<StackProvider app={stackServerApp}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user