Skip to content

Commit 7154a9d

Browse files
Reflect Privacy policy update
1 parent c183ec8 commit 7154a9d

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
@@ -15,7 +15,7 @@ import { User as UserProtocol } from "@gitpod/gitpod-protocol";
1515
import { User } from "@gitpod/public-api/lib/gitpod/v1/user_pb";
1616

1717
const KEY_APP_DISMISSED_NOTIFICATIONS = "gitpod-app-notifications-dismissed";
18-
const PRIVACY_POLICY_LAST_UPDATED = "2023-10-17";
18+
const PRIVACY_POLICY_LAST_UPDATED = "2023-12-11";
1919

2020
interface Notification {
2121
id: string;

0 commit comments

Comments
 (0)