File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { useOrgBillingMode } from "./data/billing-mode/org-billing-mode-query";
20
20
import { Organization } from "@gitpod/public-api/lib/gitpod/v1/organization_pb" ;
21
21
22
22
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 " ;
24
24
25
25
interface Notification {
26
26
id : string ;
@@ -171,7 +171,8 @@ const AWS_REINVENT_NOTIFICATION = (updateUser: (user: Partial<UserProtocol>) =>
171
171
return GENERAL_NOTIFICATION (
172
172
"aws_reinvent_2024" ,
173
173
< 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) |{ " " }
175
176
< a
176
177
className = "text-kumquat-ripe font-bold"
177
178
href = "https://www.gitpod.io/aws-reinvent-24"
You can’t perform that action at this time.
0 commit comments