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.
1 parent d928193 commit 3078564Copy full SHA for 3078564
components/auth-dialog.tsx
@@ -33,7 +33,7 @@ export function AuthDialog({
33
<div className="flex justify-center items-center flex-col">
34
<h1 className="flex items-center gap-4 text-xl font-bold mb-6 w-full">
35
<div className="flex items-center justify-center rounded-md shadow-md bg-black p-2">
36
- <Logo className="text-white w-6 h-6" />
+ <Logo />
37
</div>
38
Sign in to CodinIT
39
</h1>
components/deploy-dialog.tsx
@@ -60,7 +60,7 @@ export function DeployDialog({
60
<DropdownMenu>
61
<DropdownMenuTrigger asChild>
62
<Button variant="default">
63
- <Logo style="e2b" width={16} height={16} className="mr-2" />
64
Deploy to E2B
65
</Button>
66
</DropdownMenuTrigger>
0 commit comments