Skip to content

Commit

Permalink
Merge pull request #13918 from ethereum/hotfix-hyration-issue
Browse files Browse the repository at this point in the history
Hotfix hydration issue
  • Loading branch information
wackerow authored Sep 20, 2024
2 parents c47a8ef + d8c82b3 commit 0effb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ const HomePage = ({
}
return (
<div
key={title}
key={title + date}
className="flex flex-col justify-between gap-6 border-t px-6 py-4 xl:flex-row"
>
<div className="flex flex-col gap-y-0.5 text-center text-base sm:text-start">
Expand Down

0 comments on commit 0effb97

Please sign in to comment.