Skip to content

Commit

Permalink
Announce hi-res images
Browse files Browse the repository at this point in the history
  • Loading branch information
jboolean committed Aug 3, 2024
1 parent 106293f commit 7f55ade
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ import React from 'react';
import Announcment from './Announcement';

const ANNOUNCEMENTS_REGISTRY: Announcment[] = [
// {
// id: 'high-quality-imagery',
// expiresAt: new Date('2024-08-15'),
// render: () => {
// return (
// <React.Fragment>
// <b>🎉 New:</b> Now with higher quality 1940s images
// </React.Fragment>
// );
// },
// },
{
id: 'high-quality-imagery',
expiresAt: new Date('2024-09-05'),
render: () => {
return (
<React.Fragment>
<b>🎉 New:</b> Now with higher quality 1940s images
</React.Fragment>
);
},
},
{
id: 'storytelling-launch-2',
expiresAt: new Date('2023-04-21'),
Expand Down

0 comments on commit 7f55ade

Please sign in to comment.