(refactor) InfoBox: setting max width

This commit is contained in:
Knee Cola
2025-12-29 13:33:09 +01:00
parent 52662e0fb3
commit ddf83fe0e5
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ export const EnterOrSignInButton: FC<{ session: any, locale: string, providers:
return (
<>
{
!session ? (
session ? (
<span className="flex justify-center mt-4">
<Link