From 749323389dda6bbe89a5a1505c368f96bcbc3810 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:10:58 +0000 Subject: [PATCH 1/2] chore: update e2b logo to new design Co-Authored-By: vasek --- components/logo.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/components/logo.tsx b/components/logo.tsx index 0678e82c..9e304309 100644 --- a/components/logo.tsx +++ b/components/logo.tsx @@ -19,14 +19,22 @@ export default function Logo({ ) : ( + + From 04b070d35508f971fbc98ac1a233f6ece33ed964 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 16:17:21 +0000 Subject: [PATCH 2/2] fix: adjust logo dimensions for new wider aspect ratio Co-Authored-By: vasek --- components/auth-dialog.tsx | 2 +- components/deploy-dialog.tsx | 2 +- components/navbar.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/auth-dialog.tsx b/components/auth-dialog.tsx index 870b4068..96a85020 100644 --- a/components/auth-dialog.tsx +++ b/components/auth-dialog.tsx @@ -33,7 +33,7 @@ export function AuthDialog({

- +
Sign in to Fragments

diff --git a/components/deploy-dialog.tsx b/components/deploy-dialog.tsx index ffb3134d..3d38dae4 100644 --- a/components/deploy-dialog.tsx +++ b/components/deploy-dialog.tsx @@ -60,7 +60,7 @@ export function DeployDialog({ diff --git a/components/navbar.tsx b/components/navbar.tsx index b4923075..99dbaef6 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -48,7 +48,7 @@ export function NavBar({