Skip to content

Commit

Permalink
[dashboard] Privacy policy update notification (#20421)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored Dec 4, 2024
1 parent 2ab00fa commit 2a4a529
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/dashboard/src/AppNotifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { useOrgBillingMode } from "./data/billing-mode/org-billing-mode-query";
import { Organization } from "@gitpod/public-api/lib/gitpod/v1/organization_pb";

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

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

0 comments on commit 2a4a529

Please sign in to comment.