summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}