File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ workflows:
364
364
filters :
365
365
branches :
366
366
only :
367
- - sanitize-jobs-api
367
+ - new-tc-logo
368
368
# This is stage env for production QA releases
369
369
- " build-prod-staging " :
370
370
context : org-global
Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ exports[`Default render 1`] = `
8
8
loggedIn = { true }
9
9
logo = {
10
10
<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"
14
15
xmlns = " http://www.w3.org/2000/svg"
15
16
/>
16
17
}
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.svg' ;
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