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 6f64417 commit 99ad568Copy full SHA for 99ad568
components/dashboard/src/AppNotifications.tsx
@@ -15,7 +15,7 @@ import { User as UserProtocol } from "@gitpod/gitpod-protocol";
15
import { User } from "@gitpod/public-api/lib/gitpod/v1/user_pb";
16
17
const KEY_APP_DISMISSED_NOTIFICATIONS = "gitpod-app-notifications-dismissed";
18
-const PRIVACY_POLICY_LAST_UPDATED = "2023-10-17";
+const PRIVACY_POLICY_LAST_UPDATED = "2023-12-11";
19
20
interface Notification {
21
id: string;
0 commit comments