Skip to content

Commit 2a4a529

Browse files
[dashboard] Privacy policy update notification (#20421)
1 parent 2ab00fa commit 2a4a529

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/dashboard/src/AppNotifications.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { useOrgBillingMode } from "./data/billing-mode/org-billing-mode-query";
2020
import { Organization } from "@gitpod/public-api/lib/gitpod/v1/organization_pb";
2121

2222
const KEY_APP_DISMISSED_NOTIFICATIONS = "gitpod-app-notifications-dismissed";
23-
const PRIVACY_POLICY_LAST_UPDATED = "2024-10-01";
23+
const PRIVACY_POLICY_LAST_UPDATED = "2024-12-03";
2424

2525
interface Notification {
2626
id: string;
@@ -171,7 +171,8 @@ const AWS_REINVENT_NOTIFICATION = (updateUser: (user: Partial<UserProtocol>) =>
171171
return GENERAL_NOTIFICATION(
172172
"aws_reinvent_2024",
173173
<span className="text-md">
174-
<b>See you at re:Invent!</b> Book a demo with us, and join our developer productivity leaders roundtable (limited tickets) |{" "}
174+
<b>See you at re:Invent!</b> Book a demo with us, and join our developer productivity leaders roundtable
175+
(limited tickets) |{" "}
175176
<a
176177
className="text-kumquat-ripe font-bold"
177178
href="https://www.gitpod.io/aws-reinvent-24"

0 commit comments

Comments
 (0)