Fix bot review

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-30 19:13:10 +04:00
parent e13ff134ed
commit d9c07ecdef
20 changed files with 54 additions and 31 deletions

View File

@@ -39,10 +39,10 @@ export function AuthLayout(props: { queryRef: PreloadedQuery<AuthLayoutQuery> })
<img
alt=""
src={logoFileUrl}
className="size-110 rounded-2xl"
className="size-[440px] rounded-2xl"
/>
)
: <Logo withPicto className="w-110" />}
: <Logo withPicto className="w-[440px]" />}
</div>
</div>
</div>