Restore demo mode buttons

cgen-42ae301ad19640ddbfaf7f3405569b5d
This commit is contained in:
Builder.io 2025-08-06 00:34:07 +00:00
parent 2031f2a12c
commit ad88034b7a

View file

@ -20,15 +20,6 @@ export default function SupabaseStatus() {
All features are available for testing! All features are available for testing!
</div> </div>
<div className="flex gap-2"> <div className="flex gap-2">
<Button
size="sm"
variant="outline"
className="border-blue-500/50 text-blue-300 hover:bg-blue-500/20"
onClick={() => window.open('https://app.supabase.com/project/kmdeisowhtsalsekkzqd/auth/providers', '_blank')}
>
<Info className="h-3 w-3 mr-1" />
Setup OAuth
</Button>
<Button <Button
size="sm" size="sm"
variant="outline" variant="outline"
@ -40,9 +31,18 @@ export default function SupabaseStatus() {
notification.style.display = 'none'; notification.style.display = 'none';
} }
}} }}
>
<Info className="h-3 w-3 mr-1" />
Got it!
</Button>
<Button
size="sm"
variant="outline"
className="border-blue-500/50 text-blue-300 hover:bg-blue-500/20"
onClick={() => window.open('/login', '_self')}
> >
<ExternalLink className="h-3 w-3 mr-1" /> <ExternalLink className="h-3 w-3 mr-1" />
Dismiss Try Login
</Button> </Button>
</div> </div>
</AlertDescription> </AlertDescription>