Skip to content

Commit

Permalink
Merge pull request #820 from TrustlessComputer/arch/new-home
Browse files Browse the repository at this point in the history
update spacing
  • Loading branch information
sigmar-const authored Nov 7, 2024
2 parents 0dc03a4 + 3d9bc8e commit 165a4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/landingV3/Componets/UserReviews/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const Item = (props: ItemProps) => {
</defs>
</svg>

<Text display={'flex'} flexDir={'column'} gap="12px">
<Text display={'flex'} flexDir={'column'} gap="8px">
{typeof content === 'function' ? content() : content}
</Text>
</div>
Expand Down

0 comments on commit 165a4ff

Please sign in to comment.