Skip to content

Commit 7f55ade

Browse files
committed
Announce hi-res images
1 parent 106293f commit 7f55ade

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

frontend/src/screens/App/screens/AnnouncementBanner/AnnouncementRegistry.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ import React from 'react';
22
import Announcment from './Announcement';
33

44
const ANNOUNCEMENTS_REGISTRY: Announcment[] = [
5-
// {
6-
// id: 'high-quality-imagery',
7-
// expiresAt: new Date('2024-08-15'),
8-
// render: () => {
9-
// return (
10-
// <React.Fragment>
11-
// <b>🎉 New:</b> Now with higher quality 1940s images
12-
// </React.Fragment>
13-
// );
14-
// },
15-
// },
5+
{
6+
id: 'high-quality-imagery',
7+
expiresAt: new Date('2024-09-05'),
8+
render: () => {
9+
return (
10+
<React.Fragment>
11+
<b>🎉 New:</b> Now with higher quality 1940s images
12+
</React.Fragment>
13+
);
14+
},
15+
},
1616
{
1717
id: 'storytelling-launch-2',
1818
expiresAt: new Date('2023-04-21'),

0 commit comments

Comments
 (0)