Skip to content

Commit

Permalink
Fix an error of nested <div> in <p>
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Sep 17, 2024
1 parent fd55e21 commit 8676e2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dapp/src/components/AcrePointsClaimModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export function AcrePointsClaimModalBase() {
{currentStepLabel}
</TextXl>

<Text
<Box
data-step-value
transformOrigin="bottom"
fontSize="8xl"
Expand All @@ -172,7 +172,7 @@ export function AcrePointsClaimModalBase() {
color="grey.700"
>
{currentStepValue}
</Text>
</Box>
</Box>
))}
</VStack>
Expand Down

0 comments on commit 8676e2c

Please sign in to comment.