Skip to content

Commit

Permalink
More padding
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Mar 9, 2023
1 parent 2517038 commit c66d2ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/client/components/InteractiveForm/HelloBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ const helloMessages = {
en: '### Curre auttaa opettajaa digipedagogisissa valinnoissa. Voit käyttää Currea tukena kun haluat ideoida uusia mahdollisuuksia hyödyntää digitalisaatiota osana opetusta ja oppimista kurssillasi.',
},
}

const HelloBanner = () => {
const { i18n } = useTranslation()
const { language } = i18n

return (
<Box id="hello-component" sx={classes.outerBox}>
<Box sx={{ my: 1, mx: 2, display: 'flex', flexWrap: 'wrap', gap: 0.3 }}>
<Box sx={{ my: 2, mx: 2, display: 'flex', flexWrap: 'wrap', gap: 0.3 }}>
<Markdown>{helloMessages.title[language as keyof Locales]}</Markdown>
<ShowMore text={helloMessages.text[language as keyof Locales]} />
</Box>
Expand Down

0 comments on commit c66d2ed

Please sign in to comment.