Merge pull request #283 from RigidStudios/onboardinglb

This commit is contained in:
Paul Makles 2021-09-23 17:07:52 +01:00 committed by GitHub
commit 6e47863c7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>