Update header logo and favicon (#54)

This commit is contained in:
Bianca Severino
2021-03-10 11:36:09 -05:00
committed by GitHub
parent 14d7e17dde
commit 5aaee3c63f
6 changed files with 80 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ import DesktopHeader from './DesktopHeader';
import MobileHeader from './MobileHeader';
import messages from './Header.messages';
import StudioLogoPNG from './assets/studio-logo.png';
import StudioLogoSVG from './assets/studio-logo.svg';
ensureConfig([
'STUDIO_BASE_URL',
@@ -114,7 +114,7 @@ function Header({
);
const props = {
logo: StudioLogoPNG,
logo: StudioLogoSVG,
logoAltText: 'Studio edX',
siteName: 'edX',
logoDestination: config.STUDIO_BASE_URL,