Skip to content

Commit ff23234

Browse files
committed
new tc logo
1 parent c665679 commit ff23234

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

2.07 KB
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.svg';
5+
import Logo from 'assets/images/TC-logo-new.png';
66
import { tracking } from '../../actions';
77

88
import './style.scss';

0 commit comments

Comments
 (0)