File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import React from 'react'
22import { useTranslation } from 'react-i18next'
33import LanguageDropdown from './LanguageDropdown'
4- import eosLogoColoured from '../assets/images/logo-coloured.png '
4+ import eosIcon from '../assets/images/user-story-logo.svg '
55import SocialMediaLinks from '../components/SocialMediaLinks'
66import { EOS_COPYRIGHT } from 'eos-icons-react'
77export 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 >
You can’t perform that action at this time.
0 commit comments