diff --git a/frontend/src/screens/App/screens/AnnouncementBanner/AnnouncementRegistry.tsx b/frontend/src/screens/App/screens/AnnouncementBanner/AnnouncementRegistry.tsx
index 900e1e78..61c85c39 100644
--- a/frontend/src/screens/App/screens/AnnouncementBanner/AnnouncementRegistry.tsx
+++ b/frontend/src/screens/App/screens/AnnouncementBanner/AnnouncementRegistry.tsx
@@ -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 (
- //
- // 🎉 New: Now with higher quality 1940s images
- //
- // );
- // },
- // },
+ {
+ id: 'high-quality-imagery',
+ expiresAt: new Date('2024-09-05'),
+ render: () => {
+ return (
+
+ 🎉 New: Now with higher quality 1940s images
+
+ );
+ },
+ },
{
id: 'storytelling-launch-2',
expiresAt: new Date('2023-04-21'),