We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7183b9e commit dcdf929Copy full SHA for dcdf929
components/dashboard/src/AppNotifications.tsx
@@ -22,7 +22,7 @@ import { MaintenanceModeBanner } from "./org-admin/MaintenanceModeBanner";
22
import { MaintenanceNotificationBanner } from "./org-admin/MaintenanceNotificationBanner";
23
24
const KEY_APP_DISMISSED_NOTIFICATIONS = "gitpod-app-notifications-dismissed";
25
-const PRIVACY_POLICY_LAST_UPDATED = "2024-12-03";
+const PRIVACY_POLICY_LAST_UPDATED = "2025-05-16";
26
27
interface Notification {
28
id: string;
0 commit comments