fixed changelog latest entry date

This commit is contained in:
2026-02-03 17:00:31 +01:00
parent 6ae4ae959c
commit 77d6ef864c

View File

@@ -2,7 +2,7 @@ import { type ChangelogEntry } from "$lib/components/changelog-entry.svelte";
export const entries: ChangelogEntry[] = [ export const entries: ChangelogEntry[] = [
{ {
date: "2026-02-04", date: "2026-02-03",
time: "15:48", time: "15:48",
content: "Now running my own Gitea instance! It now also hosts my website repository.", content: "Now running my own Gitea instance! It now also hosts my website repository.",
link: "https://code.denizk0461.dev/denizk0461/pages", link: "https://code.denizk0461.dev/denizk0461/pages",