File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ export default function ChangelogPage() {
6464 { /* The Timeline Line */ }
6565 < div className = "absolute left-[11px] md:left-[155px] top-2 bottom-0 w-px bg-border hidden sm:block" />
6666
67- { sortedEntries . map ( ( entry , idx ) => (
68- < article key = { idx } className = "relative grid grid-cols-1 md:grid-cols-[140px_1fr] gap-8 md:gap-12 pb-16 border-b border-border last:border-0" >
67+ { sortedEntries . map ( ( entry ) => (
68+ < article key = { entry . timeStamp } className = "relative grid grid-cols-1 md:grid-cols-[140px_1fr] gap-8 md:gap-12 pb-16 border-b border-border last:border-0" >
6969
7070 { /* Left Column: Date & Version */ }
7171 < div className = "md:sticky md:top-24 h-fit" >
@@ -129,4 +129,4 @@ export default function ChangelogPage() {
129129 < FooterSmall />
130130 </ >
131131 ) ;
132- }
132+ }
You can’t perform that action at this time.
0 commit comments