We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e98fe0 commit 00c4f37Copy full SHA for 00c4f37
web/app/home/page.tsx
@@ -101,7 +101,7 @@ export default function Home() {
101
</motion.div>
102
</div>
103
)}
104
- <div className="button-container mt-4 mb-4 flex w-full space-x-8 justify-center">
+ <div className="button-container mt-4 mb-4 flex w-full justify-center space-x-8">
105
<RoundButton onclick={onClickCross} icon={<CloseIconStyled />} />
106
<RoundButton
107
onclick={onClickHeart}
0 commit comments