Skip to content

Commit b018aa5

Browse files
committed
fixing things like a wizard :)
1 parent 8c0c28c commit b018aa5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/(website)/changelog/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function Changelog() {
1313
<h1 className="tracking-tight text-5xl">Changelog</h1>
1414
<div className="pro text-muted-foreground text-balance">
1515
<p className="mt-2">
16-
Here you can find the major updates and changes to my life.
16+
Looking for advice on how to communicate life changes to others?
1717
</p>
1818
</div>
1919
<ChangelogList />

lib/utils.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ const changelogItems: Array<{
145145
photos?: Array<{ src: string; variant: "1x1" | "4x3" | "4x5" | "9x16" }>;
146146
}> = [
147147
{
148-
date: "2025-09-20",
148+
date: "2025-10-20",
149149
event: "I'm not gonna share my life anymore.",
150-
title: "Your data belongs to you.",
150+
description: "Your data belongs to you.",
151+
title: "Istanbul",
151152
icon: "🇹🇷",
152153
dateFormatOptions: dateFormat.day,
153154
},

0 commit comments

Comments
 (0)