We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43c253 commit 660a46dCopy full SHA for 660a46d
1 file changed
packages/react-core/src/demos/examples/Page/PageDockedNav.tsx
@@ -93,7 +93,7 @@ export const PageDockedNav: React.FunctionComponent = () => {
93
<MastheadMain>
94
<MastheadBrand>
95
<MastheadLogo component={(props) => <a {...props} href="#" />}>
96
- <Brand src={pfIconLogo} alt="PatternFly" heights={{ default: '36px' }} />
+ <Brand src={pfIconLogo} alt="PatternFly" heights={{ default: '37px' }} />
97
</MastheadLogo>
98
</MastheadBrand>
99
</MastheadMain>
0 commit comments