From 479f172e4d13efdb64bec06f516357ead79cfa0d Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Tue, 17 Dec 2024 10:27:16 +0530 Subject: [PATCH] Limit box width --- web/apps/photos/src/pages/index.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/web/apps/photos/src/pages/index.tsx b/web/apps/photos/src/pages/index.tsx index 8573e1cdd1..ba444dcba7 100644 --- a/web/apps/photos/src/pages/index.tsx +++ b/web/apps/photos/src/pages/index.tsx @@ -144,11 +144,13 @@ export default function LandingPage() { - {showLogin ? ( - - ) : ( - - )} + + {showLogin ? ( + + ) : ( + + )} +