Skip to content

Commit

Permalink
Merge pull request #856 from basedosdados/fix-warnings
Browse files Browse the repository at this point in the history
Fix warnings in console due to invalid tags under <p> tag.
  • Loading branch information
AldemirLucas authored Aug 12, 2024
2 parents aa76ae6 + 4292e43 commit 77bcdcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions next/components/organisms/DatabaseCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ export default function DatabaseCard({
</HStack>

<Text
as="div"
fontFamily="Ubuntu"
fontSize="12px"
fontWeight="400"
Expand Down
5 changes: 3 additions & 2 deletions next/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ function Products() {
paddingX="36px"
marginTop="50px"
>
<Text color="#a1a1a1">$</Text> pip install basedosdados
<Text as="span" color="#a1a1a1">$</Text> pip install basedosdados
</Text>
</Box>
</Box>
Expand Down Expand Up @@ -415,6 +415,7 @@ export function StepText ({index, text}) {
gridGap="8px"
>
<Text
as="span"
color="#FF8484"
fontWeight="500"
>
Expand Down Expand Up @@ -530,7 +531,7 @@ function Support() {
letterSpacing="0.2px"
>
<b style={{fontWeight:"500"}}>Doe R$ 1 real por dia</b>
<p>para fazer databasers felizes.</p>
<span>para fazer databasers felizes.</span>
</BodyText>
<Link
_hover={{ opacity:"none" }}
Expand Down

0 comments on commit 77bcdcc

Please sign in to comment.