We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 389a6f1 + 758d2ae commit 975db3eCopy full SHA for 975db3e
src/app/AppLayout/AppLayout.tsx
@@ -35,7 +35,7 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
35
</MastheadToggle>
36
<MastheadMain>
37
<MastheadBrand>
38
- <Brand src={logo} alt="Patterfly Logo" heights={{ default: '36px' }} />
+ <Brand src={logo} alt="Patternfly Logo" heights={{ default: '36px' }} />
39
</MastheadBrand>
40
</MastheadMain>
41
</Masthead>
src/app/__snapshots__/app.test.tsx.snap
@@ -56,7 +56,7 @@ exports[`App tests should render default App component 1`] = `
56
class="pf-v5-c-masthead__brand"
57
>
58
<img
59
- alt="Patterfly Logo"
+ alt="Patternfly Logo"
60
class="pf-v5-c-brand"
61
src="test-file-stub"
62
style="--pf-v5-c-brand--Height: 36px;"
0 commit comments