We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d00851 commit c3d5051Copy full SHA for c3d5051
components/dashboard/src/AppNotifications.tsx
@@ -25,7 +25,7 @@ import { getPrimaryEmail } from "@gitpod/public-api-common/lib/user-utils";
25
import onaWordmark from "./images/ona-wordmark.svg";
26
27
const KEY_APP_DISMISSED_NOTIFICATIONS = "gitpod-app-notifications-dismissed";
28
-const PRIVACY_POLICY_LAST_UPDATED = "2025-05-16";
+const PRIVACY_POLICY_LAST_UPDATED = "2025-07-21";
29
30
interface Notification {
31
id: string;
0 commit comments