mirror of https://github.com/kortix-ai/suna.git
heto X
This commit is contained in:
parent
3e327fa2d6
commit
f99625251e
|
@ -302,12 +302,12 @@ export function HeroSection() {
|
||||||
<DialogHeader>
|
<DialogHeader>
|
||||||
<div className="flex items-center justify-between">
|
<div className="flex items-center justify-between">
|
||||||
<DialogTitle className="text-xl font-medium">Sign in to continue</DialogTitle>
|
<DialogTitle className="text-xl font-medium">Sign in to continue</DialogTitle>
|
||||||
<button
|
{/* <button
|
||||||
onClick={() => setAuthDialogOpen(false)}
|
onClick={() => setAuthDialogOpen(false)}
|
||||||
className="rounded-full p-1 hover:bg-muted transition-colors"
|
className="rounded-full p-1 hover:bg-muted transition-colors"
|
||||||
>
|
>
|
||||||
<X className="h-4 w-4 text-muted-foreground" />
|
<X className="h-4 w-4 text-muted-foreground" />
|
||||||
</button>
|
</button> */}
|
||||||
</div>
|
</div>
|
||||||
<DialogDescription className="text-muted-foreground">
|
<DialogDescription className="text-muted-foreground">
|
||||||
Sign in or create an account to talk with Suna
|
Sign in or create an account to talk with Suna
|
||||||
|
|
Loading…
Reference in New Issue