We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c4d401 + 24a51d7 commit 33e3467Copy full SHA for 33e3467
apps/web/components/layout.tsx
@@ -49,7 +49,7 @@ export default function Layout({ children }: LayoutProps) {
49
{!isAuthRequired || (!!databases?.length && databases.length > 0) ? (
50
<Header />
51
) : (
52
- <div className="fixed top-8 left-8 w-[419px] max-w-full flex justify-between z-20">
+ <div className="fixed top-8 left-8 w-[419px] max-w-full hidden lg:flex justify-between z-20">
53
<span className="text-sm text-muted-foreground font-mono">database.build</span>
54
<Link
55
href="https://supabase.com"
0 commit comments