From 32900652287ca27ba175ead78a92e9a115047dbe Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Thu, 26 Feb 2026 20:21:58 +0100 Subject: [PATCH] added update about small projects page --- src/routes/meta/updates/updates.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/routes/meta/updates/updates.ts b/src/routes/meta/updates/updates.ts index eb1971b..fd485da 100644 --- a/src/routes/meta/updates/updates.ts +++ b/src/routes/meta/updates/updates.ts @@ -1,6 +1,12 @@ import { type UpdateEntry } from "$lib/components/update-entry.svelte"; export const entries: UpdateEntry[] = [ + { + date: "2026-02-26", + time: "20:21", + content: "There's now a new Small Projects page where I gradually add some of my smaller projects.", + link: "/projects/small", + }, { date: "2026-02-25", time: "19:33",