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",