Skip to content

Commit

Permalink
Merge pull request #6300 from topcoder-platform/develop
Browse files Browse the repository at this point in the history
New TC logo
  • Loading branch information
luizrrodrigues authored Apr 19, 2022
2 parents d5236da + 3428790 commit de32d33
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ workflows:
filters:
branches:
only:
- sanitize-jobs-api
- new-tc-logo
# This is stage env for production QA releases
- "build-prod-staging":
context : org-global
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ exports[`Default render 1`] = `
loggedIn={true}
logo={
<Logo
height="20"
viewBox="0 0 54 20"
width="54"
fill="none"
height="39"
viewBox="0 0 162 39"
width="162"
xmlns="http://www.w3.org/2000/svg"
/>
}
Expand Down
3 changes: 3 additions & 0 deletions src/assets/images/TC-logo-new.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/shared/components/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import _ from 'lodash';
import React, { useState, useEffect } from 'react';
import PT from 'prop-types';
import { config } from 'topcoder-react-utils';
import Logo from 'assets/images/tc-logo.svg';
import Logo from 'assets/images/TC-logo-new.svg';
import { tracking } from '../../actions';

import './style.scss';
Expand Down

0 comments on commit de32d33

Please sign in to comment.