Skip to content

Commit 6c019f2

Browse files
authored
Update packages/react-core/src/components/Compass/examples/CompassDockDemo.tsx
1 parent 660a46d commit 6c019f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/Compass/examples/CompassDockDemo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const CompassDockDemo: React.FunctionComponent = () => {
7676
<MastheadMain>
7777
<MastheadBrand>
7878
<MastheadLogo component={(props) => <a {...props} href="#" />}>
79-
<Brand src={pfLogo} alt="PatternFly" heights={{ default: '36px' }} />
79+
<Brand src={pfLogo} alt="PatternFly" heights={{ default: '37px' }} />
8080
</MastheadLogo>
8181
</MastheadBrand>
8282
</MastheadMain>

0 commit comments

Comments
 (0)