Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1822647: New product logos #4843

Merged
merged 1 commit into from Apr 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/public/components/masthead-toolbar.jsx
Expand Up @@ -35,7 +35,7 @@ import {
getAvailableClusterUpdates,
getReportBugLink,
} from '../module/k8s/cluster-settings';
import * as openshiftLogoImg from '../imgs/logos/openshift.svg';
import * as redhatLogoImg from '../imgs/logos/redhat.svg';

const SystemStatusButton = ({ statuspageData, className }) =>
!_.isEmpty(_.get(statuspageData, 'incidents')) ? (
Expand Down Expand Up @@ -255,7 +255,7 @@ class MastheadToolbarContents_ extends React.Component {
label: 'OpenShift Cluster Manager',
externalLink: true,
href: getOCMLink(clusterID),
image: <img src={openshiftLogoImg} alt="" />,
image: <img src={redhatLogoImg} alt="" />,
},
],
});
Expand Down
1 change: 1 addition & 0 deletions frontend/public/imgs/logos/redhat.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed frontend/public/imgs/okd-favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/public/imgs/openshift-dedicated-logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed frontend/public/imgs/openshift-favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/public/imgs/openshift-logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.