Skip to content

Commit baeb0e4

Browse files
committed
refactor(data): update system announcements to reflect real-time API usage
1 parent 808c0cb commit baeb0e4

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

public/system-announcements.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,11 @@
22
{
33
"id": "welcome-notification",
44
"type": "info",
5-
"message": "Welcome to DesignSparx Dashboard. Edit public/system-announcements.json to customize.",
6-
"dismissible": true,
7-
"action": {
8-
"label": "Learn more",
9-
"href": "https://github.com/design-sparx/mantine-analytics-dashboard"
10-
}
11-
},
12-
{
13-
"id": "example-previous-announcement",
14-
"type": "warning",
15-
"message": "Example: API endpoints restructured in v4.0. Please review the migration guide.",
5+
"message": "Moving away from using mock data to real time APIs.",
166
"dismissible": true,
177
"action": {
188
"label": "Read more",
19-
"href": "https://github.com/design-sparx/mantine-analytics-dashboard"
9+
"href": "https://github.com/design-sparx/mantine-analytics-dashboard/discussions/69"
2010
}
2111
}
2212
]

0 commit comments

Comments
 (0)