diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/landing/app/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/landing/app/page.tsx b/apps/landing/app/page.tsx index 504608ff..0f0a22c5 100644 --- a/apps/landing/app/page.tsx +++ b/apps/landing/app/page.tsx @@ -181,7 +181,7 @@ function Platforms() { className="flex items-center justify-center gap-2" > <Image - className="h-12 w-full rounded-md" + className="h-12 w-auto rounded-md" alt={platform.name} src={platform.badge} /> |
