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 2b6d952 commit 73263e1Copy full SHA for 73263e1
components/dashboard/src/AppNotifications.tsx
@@ -20,7 +20,7 @@ import { useOrgBillingMode } from "./data/billing-mode/org-billing-mode-query";
20
import { Organization } from "@gitpod/public-api/lib/gitpod/v1/organization_pb";
21
22
const KEY_APP_DISMISSED_NOTIFICATIONS = "gitpod-app-notifications-dismissed";
23
-const PRIVACY_POLICY_LAST_UPDATED = "2023-12-20";
+const PRIVACY_POLICY_LAST_UPDATED = "2024-10-01";
24
25
interface Notification {
26
id: string;
0 commit comments