mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
feat: update announcements data
- Changed announcement ID to a more descriptive format. - Revised the announcement description for clarity. - Updated the date to reflect the new announcement timing. - Modified the link label and URL for better navigation to the announcements page.
This commit is contained in:
parent
4afddbda5a
commit
3f1f9f0bde
1 changed files with 5 additions and 5 deletions
|
|
@ -10,16 +10,16 @@ import type { Announcement } from "@/contracts/types/announcement.types";
|
|||
*/
|
||||
export const announcements: Announcement[] = [
|
||||
{
|
||||
id: "2026-02-12-announcement-syste",
|
||||
id: "announcement-1",
|
||||
title: "Introducing Announcements",
|
||||
description:
|
||||
"Stay up to date with the latest SurfSense news! Important announcements will appear as toast notifications so you never miss critical updates. Visit the Announcements page from the sidebar to browse all past announcements.",
|
||||
"All major announcements will be posted here.",
|
||||
category: "feature",
|
||||
date: "2026-02-12T00:00:00Z",
|
||||
date: "2026-02-17T00:00:00Z",
|
||||
isImportant: true,
|
||||
link: {
|
||||
label: "Learn more",
|
||||
url: "/changelog",
|
||||
label: "Check Here",
|
||||
url: "/announcements",
|
||||
},
|
||||
},
|
||||
// {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue