We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a76f8f8 + bfae190 commit 541ddd1Copy full SHA for 541ddd1
.circleci/config.yml
@@ -346,7 +346,7 @@ workflows:
346
filters:
347
branches:
348
only:
349
- - free
+ - feature/pride-logo
350
# This is beta env for production soft releases
351
- deployBeta:
352
context : org-global
src/assets/images/tc-logo-pride.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.svg';
+import Logo from 'assets/images/tc-logo-pride.svg';
6
import { tracking } from '../../actions';
7
8
import './style.scss';
0 commit comments