Skip to content

Commit a5c3289

Browse files
author
Cynthia Sanchez
authored
Merge pull request #100 from kailash360/logo-95
Replaced colored logo
2 parents 01622c4 + 4bd89e8 commit a5c3289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/AuthWrapper.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import { useTranslation } from 'react-i18next'
33
import LanguageDropdown from './LanguageDropdown'
4-
import eosLogoColoured from '../assets/images/logo-coloured.png'
4+
import eosIcon from '../assets/images/user-story-logo.svg'
55
import SocialMediaLinks from '../components/SocialMediaLinks'
66
import { EOS_COPYRIGHT } from 'eos-icons-react'
77
export const AuthWrapper = ({ children }) => {
@@ -43,7 +43,7 @@ export const AuthRightContainer = ({ children, logo }) => {
4343
<div className='container-right'>
4444
<div className='flex flex-row flex-space-between'>
4545
<div className='image image-logo eos-logo-resize'>
46-
<img src={logo ?? eosLogoColoured} alt='EOS Logo' />
46+
<img src={logo ?? eosIcon} alt='EOS Logo' />
4747
</div>
4848
<LanguageDropdown translator={i18n} />
4949
</div>

0 commit comments

Comments
 (0)