File tree Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Expand file tree Collapse file tree 4 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,15 @@ exports[`Default render 1`] = `
6
6
>
7
7
<TopNav
8
8
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
+ }
10
18
menu = {
11
19
Array [
12
20
Object {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import _ from 'lodash';
2
2
import React , { useState , useEffect } from 'react' ;
3
3
import PT from 'prop-types' ;
4
4
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 ' ;
6
6
import { tracking } from '../../actions' ;
7
7
8
8
import './style.scss' ;
You can’t perform that action at this time.
0 commit comments