diff --git a/.circleci/config.yml b/.circleci/config.yml index d723a4d47b..c4b0709766 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -289,7 +289,7 @@ workflows: filters: branches: only: - - free + - feature/pride-logo # This is beta env for production soft releases - "build-prod-beta": context : org-global diff --git a/src/assets/images/tc-logo-pride.svg b/src/assets/images/tc-logo-pride.svg new file mode 100644 index 0000000000..25543a4ccf --- /dev/null +++ b/src/assets/images/tc-logo-pride.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/src/shared/components/Header/index.jsx b/src/shared/components/Header/index.jsx index 0bbb6fa494..c92b15bcce 100644 --- a/src/shared/components/Header/index.jsx +++ b/src/shared/components/Header/index.jsx @@ -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-pride.svg'; import { tracking } from '../../actions'; import './style.scss';