Skip to content

Commit acfdd52

Browse files
authored
[dashboard] Remove shutdown notice (#20600)
Tool: gitpod/catfood.gitpod.cloud
1 parent b0b63af commit acfdd52

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

components/dashboard/src/Login.tsx

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -330,20 +330,6 @@ const RightProductDescriptionPanel = () => {
330330
Automated, standardized development environments hosted by us in Gitpod’s infrastructure. Users
331331
who joined before October 1, 2024 on non-Enterprise plans are considered Gitpod Classic users.
332332
</p>
333-
<div className="border border-pk-border-base rounded-xl p-4 bg-pk-surface-secondary mt-5">
334-
<p className="text-gray-800 dark:text-gray-100">
335-
<b>Please note:</b> Gitpod Classic will discontinued in April 2025 and replaced by{" "}
336-
<a
337-
className="gp-link font-semibold"
338-
href="https://app.gitpod.io/login"
339-
target="_blank"
340-
rel="noopener noreferrer"
341-
>
342-
Gitpod Flex
343-
</a>
344-
.
345-
</p>
346-
</div>
347333
</div>
348334
<img src={GitpodClassicCard} alt="Gitpod Classic" className="w-full" />
349335
</div>

0 commit comments

Comments
 (0)