Skip to content

Commit 73263e1

Browse files
Privacy Policy update notification (#20268)
1 parent 2b6d952 commit 73263e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/AppNotifications.tsx

Lines changed: 1 addition & 1 deletion
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 = "2023-12-20";
23+
const PRIVACY_POLICY_LAST_UPDATED = "2024-10-01";
2424

2525
interface Notification {
2626
id: string;

0 commit comments

Comments
 (0)