From 3f1f9f0bde00c9ae11b7209993d106bda9a531a3 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Mon, 16 Feb 2026 22:44:32 -0800 Subject: [PATCH] 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. --- surfsense_web/lib/announcements/announcements-data.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/surfsense_web/lib/announcements/announcements-data.ts b/surfsense_web/lib/announcements/announcements-data.ts index 00f199bd4..ae607823a 100644 --- a/surfsense_web/lib/announcements/announcements-data.ts +++ b/surfsense_web/lib/announcements/announcements-data.ts @@ -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", }, }, // {