File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
frontend/src/screens/App/screens/AnnouncementBanner Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ import React from 'react';
22import Announcment from './Announcement' ;
33
44const 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' ) ,
You can’t perform that action at this time.
0 commit comments