We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5de717 commit b24810aCopy full SHA for b24810a
__tests__/shared/components/Header/__snapshots__/index.jsx.snap
@@ -6,7 +6,15 @@ exports[`Default render 1`] = `
6
>
7
<TopNav
8
loggedIn={true}
9
- logo={</community-app-assets/images/ee661e33bc5ba2843518a30db4995418.png />}
+ 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
+ }
18
menu={
19
Array [
20
Object {
src/assets/images/TC-logo-new.png
-2.07 KB
src/assets/images/TC-logo-new.svg
src/shared/components/Header/index.jsx
@@ -2,7 +2,7 @@ import _ from 'lodash';
2
import React, { useState, useEffect } from 'react';
3
import PT from 'prop-types';
4
import { config } from 'topcoder-react-utils';
5
-import Logo from 'assets/images/TC-logo-new.png';
+import Logo from 'assets/images/TC-logo-new.svg';
import { tracking } from '../../actions';
import './style.scss';
0 commit comments