File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 />
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments