Skip to content

Commit

Permalink
Privacy Policy update notification (#20268)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored Oct 3, 2024
1 parent 2b6d952 commit 73263e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/AppNotifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { useOrgBillingMode } from "./data/billing-mode/org-billing-mode-query";
import { Organization } from "@gitpod/public-api/lib/gitpod/v1/organization_pb";

const KEY_APP_DISMISSED_NOTIFICATIONS = "gitpod-app-notifications-dismissed";
const PRIVACY_POLICY_LAST_UPDATED = "2023-12-20";
const PRIVACY_POLICY_LAST_UPDATED = "2024-10-01";

interface Notification {
id: string;
Expand Down

0 comments on commit 73263e1

Please sign in to comment.