Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
corwintines committed Feb 21, 2024
1 parent 4bdedb9 commit 9b062bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/StablecoinBoxGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const GridItem = ({
<div>
{isOpen && (
<div>
<OpenTitle title={title} />
<OpenTitle title={title} />
<Body>{description}</Body>
<Row>
{pros && (
Expand Down

0 comments on commit 9b062bc

Please sign in to comment.