Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
[OKD] masthead: Fix after upstream merge
Browse files Browse the repository at this point in the history
Branding details changed
  • Loading branch information
mareklibra committed Jan 2, 2019
1 parent a1f5a28 commit 04a1e3f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/public/components/masthead.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,13 @@ export const getBrandingDetails = () => {
backgroundImg = pfBg992;
logoImg = okdvirtLogoImg;
logoAlt = 'OKD Virtualization';
modalLogoImg = rhLogoImg;
modalLogoAlt = 'OKD';
productTitle = 'OKD';
break;
case 'openshiftvirt':
// backgroundImg = true;
backgroundImg = pfBg992;
logoImg = openshiftvirtLogoImg;
logoAlt = 'OpenShift Virtualization';
modalLogoImg = rhLogoImg;
modalLogoAlt = 'Red Hat';
productTitle = <React.Fragment>Red Hat<sup>&reg;</sup> OpenShift</React.Fragment>;
break;
default:
Expand Down

0 comments on commit 04a1e3f

Please sign in to comment.