Skip to content

Commit b24810a

Browse files
committed
logo fix
1 parent d5de717 commit b24810a

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

__tests__/shared/components/Header/__snapshots__/index.jsx.snap

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ exports[`Default render 1`] = `
66
>
77
<TopNav
88
loggedIn={true}
9-
logo={</community-app-assets/images/ee661e33bc5ba2843518a30db4995418.png />}
9+
logo={
10+
<Logo
11+
fill="none"
12+
height="39"
13+
viewBox="0 0 162 39"
14+
width="162"
15+
xmlns="http://www.w3.org/2000/svg"
16+
/>
17+
}
1018
menu={
1119
Array [
1220
Object {

src/assets/images/TC-logo-new.png

-2.07 KB
Binary file not shown.

src/assets/images/TC-logo-new.svg

Lines changed: 3 additions & 0 deletions
Loading

src/shared/components/Header/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import _ from 'lodash';
22
import React, { useState, useEffect } from 'react';
33
import PT from 'prop-types';
44
import { config } from 'topcoder-react-utils';
5-
import Logo from 'assets/images/TC-logo-new.png';
5+
import Logo from 'assets/images/TC-logo-new.svg';
66
import { tracking } from '../../actions';
77

88
import './style.scss';

0 commit comments

Comments
 (0)