Skip to content

Commit

Permalink
fix: change announcement date to 2023-10-26
Browse files Browse the repository at this point in the history
  • Loading branch information
wanlingt committed Oct 25, 2023
1 parent 2d81ca9 commit bccf948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/constants/localStorage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const LOCAL_STORAGE_EVENT = 'local-storage'
* Key to store whether a user has seen the rollout announcements before.
*/
export const ROLLOUT_ANNOUNCEMENT_KEY_PREFIX =
'has-seen-rollout-announcement-20231025-'
'has-seen-rollout-announcement-20231026-'

/**
* Key to store whether the admin has seen the feature tour in localStorage.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface NewFeature {
// so admins will see new announcements.
export const NEW_FEATURES: NewFeature[] = [
{
// Announcement date: 2023-10-25
// Announcement date: 2023-10-26
title: 'Introducing Folders!',
description:
'Say hello to a new way of managing your forms! Create folders and organise your forms to find them easily later.',
Expand Down

0 comments on commit bccf948

Please sign in to comment.