Skip to content

Commit

Permalink
Update the closing date for pop up to end of Jan 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Oct 28, 2024
1 parent decca16 commit cef45bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/landing/src/components/new-features/3d.map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const baseUrl = WindowUrl.baseUrl();
*/
const bigImage = new URL('assets/Lg+3D+Maps+splash.gif', baseUrl).href; // Large gif file location
const smallImage = new URL('assets/Sml+3D+map+splash.gif', baseUrl).href; // Small gif file location
const closingDate = new Date('2024-10-30'); // End date for pop up screen
const closingDate = new Date('2025-01-31'); // End date for pop up screen
const id = `LINZ_Basemaps_3D_Map`; // Optional to set as Config.Version to disable Modal as default
const dismissedKey = 'DISMISSED_MODALS_2024_10_3d_map'; // Feature released version can both been major version or minor version
const recentUpdates = {
Expand Down

0 comments on commit cef45bc

Please sign in to comment.