From 94442288494a88432bdc8188f6b3f152ed8fb988 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Thu, 24 Feb 2022 16:58:48 +0100 Subject: [NO JIRA] Drop unused logos Drop all unused logos that used to be part of the promotional pages of SonarCloud. --- .../src/main/js/app/components/nav/global/GlobalNavBranding.tsx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'server/sonar-web/src/main/js/app/components/nav') diff --git a/server/sonar-web/src/main/js/app/components/nav/global/GlobalNavBranding.tsx b/server/sonar-web/src/main/js/app/components/nav/global/GlobalNavBranding.tsx index b5808ff7693..2706aa5cffb 100644 --- a/server/sonar-web/src/main/js/app/components/nav/global/GlobalNavBranding.tsx +++ b/server/sonar-web/src/main/js/app/components/nav/global/GlobalNavBranding.tsx @@ -41,15 +41,6 @@ export function GlobalNavBranding({ customLogoUrl, customLogoWidth }: StateProps ); } -export function SonarCloudNavBranding() { - return ( - - ); -} - const mapStateToProps = (state: Store): StateProps => { const customLogoUrl = getGlobalSettingValue(state, 'sonar.lf.logoUrl'); const customLogoWidth = getGlobalSettingValue(state, 'sonar.lf.logoWidthPx'); -- cgit v1.2.3