Skip to content

Commit 3dbfc80

Browse files
committed
update notification
1 parent 687f066 commit 3dbfc80

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/workshop-app/app/routes/admin+/notifications.server.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ type Notification = {
1111

1212
const NOTIFICATIONS: Array<Notification> = [
1313
{
14-
id: 'introducing-mcp-server-2025-05-30',
14+
id: 'introducing-mcp-server-2025-06-02',
1515
title: 'Introducing the epicshop MCP Server',
1616
message:
1717
'Use natural language to interact with this workshop and enhance your learning experience.',
1818
type: 'info',
19-
link: 'https://www.epicai.pro/introducing-the-epic-workshop-mcp-dj11t',
19+
link: 'https://www.epicai.pro/your-ai-instructor-assistant-the-epicshop-mcp-server-0eazr',
2020
expiresAt: null,
2121
},
2222
]

0 commit comments

Comments
 (0)