Skip to content

Commit de32d33

Browse files
Merge pull request #6300 from topcoder-platform/develop
New TC logo
2 parents d5236da + 3428790 commit de32d33

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ workflows:
364364
filters:
365365
branches:
366366
only:
367-
- sanitize-jobs-api
367+
- new-tc-logo
368368
# This is stage env for production QA releases
369369
- "build-prod-staging":
370370
context : org-global

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ exports[`Default render 1`] = `
88
loggedIn={true}
99
logo={
1010
<Logo
11-
height="20"
12-
viewBox="0 0 54 20"
13-
width="54"
11+
fill="none"
12+
height="39"
13+
viewBox="0 0 162 39"
14+
width="162"
1415
xmlns="http://www.w3.org/2000/svg"
1516
/>
1617
}

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.svg';
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)