summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2022-09-14 07:58:52 +1000
committerIan Wienand <iwienand@redhat.com>2022-09-14 07:58:52 +1000
commit2c9610de2d92ace830417961faaf295bef3548a8 (patch)
treeb88fdf4d4796252e4fc30751d95feb7e38971bdd /web
parent50b6bf05702d5319b53bd7f14b643bacc9d581ce (diff)
downloadzuul-2c9610de2d92ace830417961faaf295bef3548a8.tar.gz
web: remove unused class from brand tag
Change Ib1b6be1b554b30ce7a7d2aacae476cefbed63782 modified the CSS so that this inherits via <Page>; this explicit class isn't needed any more. Change-Id: I36dd2869c4b95eea57d3cd8024311606429bf025
Diffstat (limited to 'web')
-rw-r--r--web/src/App.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/App.jsx b/web/src/App.jsx
index 33cd44070..bd640f772 100644
--- a/web/src/App.jsx
+++ b/web/src/App.jsx
@@ -443,7 +443,7 @@ class App extends React.Component {
const logoUrl = tenant.name ? tenant.defaultRoute : '/'
const pageHeader = (
<PageHeader
- logo={<Brand src={logo} alt='Zuul logo' className="zuul-brand" />}
+ logo={<Brand src={logo} alt='Zuul logo' />}
logoProps={{ to: logoUrl }}
logoComponent={Link}
headerTools={pageHeaderTools}