mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
launch: prevent dismissed welcome affecting mobile
Flexbox would provide the empty <div> some space in our mobile layout. This replaces the div with null.
This commit is contained in:
parent
744dc47be9
commit
09eec6ea65
@ -33,7 +33,7 @@ export class Welcome extends Component {
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
: ( <div/>)
|
||||
: ( null)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user