refactor: change branding delimiter to css

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-04-30 21:35:45 +02:00
parent d75b8d2d3b
commit 6a772d851b
4 changed files with 35 additions and 31 deletions

View file

@ -32,7 +32,7 @@ const IntroPage: NextPage = () => {
<Trans i18nKey='app.slogan' />
</p>
<div className={'mb-5'}>
<CustomBranding delimiter={false} />
<CustomBranding />
</div>
<CoverButtons />
<IntroCustomContent />