Skip to content

Commit

Permalink
Merge branch 'wallet-landing-page' into wallet-hero
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress authored Oct 9, 2024
2 parents f6a463b + 44bd931 commit c4bdab5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/components/commonCMS/LegalDisclaimer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const LegalDisclaimer = (props: BaseBlockEntry) => {
<Typography variant="caption" component="div" className={css.caption}>
{caption}
</Typography>

<Typography variant="body2" component="div" color="primary.light">
<RichText {...title} />
</Typography>
Expand Down
4 changes: 0 additions & 4 deletions src/components/commonCMS/LegalDisclaimer/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.container p {
margin: 0px;
}

.container .caption {
margin-bottom: 16px;
}
Expand Down

0 comments on commit c4bdab5

Please sign in to comment.