Skip to content

Commit dcdf929

Browse files
Update privacy policy date to May 16th, 2025 (#20823)
1 parent 7183b9e commit dcdf929

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
@@ -22,7 +22,7 @@ import { MaintenanceModeBanner } from "./org-admin/MaintenanceModeBanner";
2222
import { MaintenanceNotificationBanner } from "./org-admin/MaintenanceNotificationBanner";
2323

2424
const KEY_APP_DISMISSED_NOTIFICATIONS = "gitpod-app-notifications-dismissed";
25-
const PRIVACY_POLICY_LAST_UPDATED = "2024-12-03";
25+
const PRIVACY_POLICY_LAST_UPDATED = "2025-05-16";
2626

2727
interface Notification {
2828
id: string;

0 commit comments

Comments
 (0)