We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917433b commit 141e29aCopy full SHA for 141e29a
components/dashboard/src/AppNotifications.tsx
@@ -94,9 +94,13 @@ const GITPOD_FLEX_INTRODUCTION = (updateUser: (user: Partial<UserProtocol>) => P
94
},
95
message: (
96
<span className="text-md">
97
- <b>Introducing Gitpod Flex:</b> self-host for free in 3 min, run locally using Gitpod Desktop and
98
- streamline your workflows with Automations |{" "}
99
- <a className="text-orange-500 font-bold" href="https://app.gitpod.io" target="_blank" rel="noreferrer">
+ <b>Introducing Gitpod Flex:</b> self-host for free in 3 min or run locally using Gitpod Desktop |{" "}
+ <a
+ className="text-kumquat-ripe font-bold"
100
+ href="https://app.gitpod.io"
101
+ target="_blank"
102
+ rel="noreferrer"
103
+ >
104
Try now
105
</a>
106
</span>
0 commit comments