mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-08 06:41:45 -05:00
fix feedback modal tab bug
This commit is contained in:
@@ -21,7 +21,6 @@ export default function LayoutAuth({ title = "Formbricks HQ", children }: Props)
|
||||
<title>{title}</title>
|
||||
</Head>
|
||||
<div className="min-h-screen bg-slate-50">
|
||||
{" "}
|
||||
<div className="isolate bg-white">
|
||||
<div className="bg-gradient-radial flex min-h-screen from-slate-200 to-slate-50">
|
||||
<div className="mx-auto flex flex-1 flex-col justify-center px-4 py-12 sm:px-6 lg:flex-none lg:px-20 xl:px-24">
|
||||
@@ -29,7 +28,6 @@ export default function LayoutAuth({ title = "Formbricks HQ", children }: Props)
|
||||
<div className="mb-8 text-center">
|
||||
<Logo className="mx-auto w-3/4" />
|
||||
</div>
|
||||
|
||||
{children}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user