Skip to content

Commit c3d5051

Browse files
Update AppNotifications.tsx (#20963)
1 parent 6d00851 commit c3d5051

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
@@ -25,7 +25,7 @@ import { getPrimaryEmail } from "@gitpod/public-api-common/lib/user-utils";
2525
import onaWordmark from "./images/ona-wordmark.svg";
2626

2727
const KEY_APP_DISMISSED_NOTIFICATIONS = "gitpod-app-notifications-dismissed";
28-
const PRIVACY_POLICY_LAST_UPDATED = "2025-05-16";
28+
const PRIVACY_POLICY_LAST_UPDATED = "2025-07-21";
2929

3030
interface Notification {
3131
id: string;

0 commit comments

Comments
 (0)