Skip to content

Commit

Permalink
Merge pull request #947 from jboolean/color-outage
Browse files Browse the repository at this point in the history
Color outage message
  • Loading branch information
jboolean authored Dec 3, 2023
2 parents 4779250 + 7a88486 commit 3bc0f43
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ const ANNOUNCEMENTS_REGISTRY: Announcment[] = [
</React.Fragment>
),
},
{
id: 'color-outage-2023-12-03',
expiresAt: new Date('2023-12-06'),
render: () => (
<React.Fragment>
The Colorization feature is experiencing an outage
</React.Fragment>
),
},
];

export default ANNOUNCEMENTS_REGISTRY;

0 comments on commit 3bc0f43

Please sign in to comment.