Skip to content

Commit 3078564

Browse files
author
Gerome Elassaad
committed
fixed logo in auth dialog
1 parent d928193 commit 3078564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/auth-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function AuthDialog({
3333
<div className="flex justify-center items-center flex-col">
3434
<h1 className="flex items-center gap-4 text-xl font-bold mb-6 w-full">
3535
<div className="flex items-center justify-center rounded-md shadow-md bg-black p-2">
36-
<Logo className="text-white w-6 h-6" />
36+
<Logo />
3737
</div>
3838
Sign in to CodinIT
3939
</h1>

components/deploy-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function DeployDialog({
6060
<DropdownMenu>
6161
<DropdownMenuTrigger asChild>
6262
<Button variant="default">
63-
<Logo style="e2b" width={16} height={16} className="mr-2" />
63+
<Logo />
6464
Deploy to E2B
6565
</Button>
6666
</DropdownMenuTrigger>

0 commit comments

Comments
 (0)