Skip to content

Commit

Permalink
add padding to "who we are" section
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandelis Symeonidis committed Dec 12, 2023
1 parent 80d4634 commit be98501
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/pages/onboarding-mobile/onboarding-mobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ export const OnboardingMobile: FC = () => {
<SectionContainer>
<MenuText>{text.general.sagesBy}</MenuText>
<TextContainer customColor={color.darkGrey}>{text.general.sagesIsTheFirst}</TextContainer>
</SectionContainer>
<SectionContainer>
<MenuText>{text.general.whoWeAre}</MenuText>
<TextContainer>
{text.general.isPartOfAgoric}
Expand Down

0 comments on commit be98501

Please sign in to comment.