mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 00:54:43 -04:00
refactor: change branding delimiter to css
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
d75b8d2d3b
commit
6a772d851b
4 changed files with 35 additions and 31 deletions
|
@ -32,7 +32,7 @@ const IntroPage: NextPage = () => {
|
|||
<Trans i18nKey='app.slogan' />
|
||||
</p>
|
||||
<div className={'mb-5'}>
|
||||
<CustomBranding delimiter={false} />
|
||||
<CustomBranding />
|
||||
</div>
|
||||
<CoverButtons />
|
||||
<IntroCustomContent />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue