Skip to content

Commit 0effb97

Browse files
authored
Merge pull request #13918 from ethereum/hotfix-hyration-issue
Hotfix hydration issue
2 parents c47a8ef + d8c82b3 commit 0effb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ const HomePage = ({
605605
}
606606
return (
607607
<div
608-
key={title}
608+
key={title + date}
609609
className="flex flex-col justify-between gap-6 border-t px-6 py-4 xl:flex-row"
610610
>
611611
<div className="flex flex-col gap-y-0.5 text-center text-base sm:text-start">

0 commit comments

Comments
 (0)