chore: sync changes (#8343)

This commit is contained in:
Aaryan Khandelwal 2025-12-17 14:07:01 +05:30 committed by GitHub
parent d8930c5188
commit 7c6a6a3432
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 69 additions and 49 deletions

View file

@ -33,7 +33,7 @@ export function InstanceNotReady() {
<div className="w-auto max-w-2xl relative space-y-8 py-10">
<div className="relative flex flex-col justify-center items-center space-y-4">
<h1 className="text-24 font-bold pb-3">Welcome aboard Plane!</h1>
<img src={PlaneTakeOffImage} className="object-contain" alt="Plane Logo" />
<img src={PlaneTakeOffImage} className="w-full h-full object-cover" alt="Plane Logo" />
<p className="font-medium text-14 text-placeholder">
Get started by setting up your instance and workspace
</p>