Skip to content

Commit 78eb8f8

Browse files
improve login page
1 parent eb68663 commit 78eb8f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/dashboard/src/Login.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ const LoginContent = ({
331331

332332
{/* Gitpod Classic sunset notice - only show for non-enterprise */}
333333
{!enterprise && (
334-
<div className="mt-6 text-center text-sm bg-[#FDF1E7] dark:bg-[#23211e] p-2 rounded-lg">
334+
<div className="mt-6 text-center text-sm">
335335
<p className="text-pk-content-primary">
336336
Gitpod classic is sunsetting fall 2025.{" "}
337337
<a
@@ -342,7 +342,7 @@ const LoginContent = ({
342342
>
343343
Try the new Gitpod
344344
</a>{" "}
345-
now (hosted compute coming soon)
345+
now (hosted compute & SWE agents coming soon)
346346
</p>
347347
</div>
348348
)}
@@ -372,7 +372,7 @@ const RightProductDescriptionPanel = () => {
372372
};
373373

374374
return (
375-
<div className="w-full lg:w-1/3 flex flex-col justify-center px-4 lg:px-4 md:min-h-screen">
375+
<div className="w-full lg:w-1/3 flex flex-col justify-center px-4 lg:px-4 md:min-h-screen my-auto">
376376
<div className="rounded-lg flex flex-col gap-6 text-white h-full py-4 lg:py-6 max-w-lg mx-auto w-full">
377377
<div className="relative bg-white/10 backdrop-blur-sm rounded-lg pt-4 px-4 -mt-2">
378378
<div className="flex justify-center pt-4 mb-4">
@@ -404,7 +404,7 @@ const RightProductDescriptionPanel = () => {
404404
</p>
405405
</div>
406406

407-
<div className="mt-auto pt-4">
407+
<div className="mt-4">
408408
{!isSubmitted ? (
409409
<form onSubmit={handleEmailSubmit} className="space-y-3">
410410
<div className="flex gap-2">

0 commit comments

Comments
 (0)