Add linebreak before logo

This commit is contained in:
RigidStudios 2021-09-22 18:04:45 +04:00
parent ce0749d9e8
commit 75704773af

View file

@ -40,6 +40,7 @@ export function OnboardingModal({ onClose, callback }: Props) {
<div className={styles.header}>
<h1>
<Text id="app.special.modals.onboarding.welcome" />
<br />
<img src={wideSVG} loading="eager" />
</h1>
</div>