Remove logoTransparent [branding]
This commit is contained in:
parent
4186c5385c
commit
7911dff2d4
1 changed files with 1 additions and 2 deletions
|
@ -8,11 +8,10 @@ import { closeOnboarding } from '../../actions/onboarding';
|
|||
import screenHello from '../../../images/screen_hello.svg';
|
||||
import screenFederation from '../../../images/screen_federation.svg';
|
||||
import screenInteractions from '../../../images/screen_interactions.svg';
|
||||
import logoTransparent from '../../../images/logo_transparent.svg';
|
||||
|
||||
const FrameWelcome = ({ domain, onNext }) => (
|
||||
<div className='introduction__frame'>
|
||||
<div className='introduction__illustration' style={{ background: `url(${logoTransparent}) no-repeat center center / auto 80%` }}>
|
||||
<div className='introduction__illustration'>
|
||||
<img src={screenHello} alt='' />
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue