Skip to content

Commit

Permalink
Delete scheduled maintenance notification (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattystank authored Oct 30, 2024
1 parent edfac4a commit f587da0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/assets/NotificationService.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ export const fetchNotifications = async (): Promise<Announcement[]> => {
return [
{
id: '1',
title: 'Scheduled Maintenance',
content:
'Our site will be undergoing scheduled maintenance on Friday, July 28th, from 2 AM to 4 AM (UTC). During this time, some services may be unavailable. We apologize for any inconvenience and appreciate your patience.',
},
{
id: '2',
title: 'Monthly Updates',
content:
'We regularly implement monthly updates to enhance your experience with our SITE tools. To stay informed about the latest features, improvements, and any important changes, we encourage you to review our release notes. You can find them in the bottom left corner of the navigation. Keeping up with these updates will help you maximize the benefits of our tools and ensure you’re using them to their full potential!',
Expand Down

0 comments on commit f587da0

Please sign in to comment.