Skip to content

Commit 33544f2

Browse files
fix(announcementData): fix endDate to future time
1 parent c3b8f43 commit 33544f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/routes/home/components/announcementDialog/data/announcementData.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export const announcementData = {
77
displayCards: [],
88
// imgSrc: '/img/announcement/clubs_2025_cuttle_season_championship.svg',
99
startTime: '2026-04-01',
10-
endTime: '2025-04-10',
11-
userIds: [ 1879, 37341, 204, 887, 1058, 456, 1076, 212 ],
10+
endTime: '2026-04-10',
11+
userIds: [ 1879, 37341, 204, 887, 1058, 456, 1076, 212, 1 ],
1212
announcementText: [
1313
{
1414
heading: 'announcement.heading',

0 commit comments

Comments
 (0)