From 73263e161d9afe6d8753cc105bc849cebfc9618c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Tron=C3=AD=C4=8Dek?= Date: Thu, 3 Oct 2024 14:31:18 +0200 Subject: [PATCH] Privacy Policy update notification (#20268) --- components/dashboard/src/AppNotifications.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/src/AppNotifications.tsx b/components/dashboard/src/AppNotifications.tsx index ada72293696127..528fd89e3ed82d 100644 --- a/components/dashboard/src/AppNotifications.tsx +++ b/components/dashboard/src/AppNotifications.tsx @@ -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 = "2023-12-20"; +const PRIVACY_POLICY_LAST_UPDATED = "2024-10-01"; interface Notification { id: string;