Skip to content

Commit

Permalink
Merge pull request #221 from thybit/main
Browse files Browse the repository at this point in the history
Fixed Patternfly brand name
  • Loading branch information
dlabaj committed Apr 24, 2024
2 parents 389a6f1 + 758d2ae commit 975db3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/AppLayout/AppLayout.tsx
Expand Up @@ -35,7 +35,7 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
</MastheadToggle>
<MastheadMain>
<MastheadBrand>
<Brand src={logo} alt="Patterfly Logo" heights={{ default: '36px' }} />
<Brand src={logo} alt="Patternfly Logo" heights={{ default: '36px' }} />
</MastheadBrand>
</MastheadMain>
</Masthead>
Expand Down
2 changes: 1 addition & 1 deletion src/app/__snapshots__/app.test.tsx.snap
Expand Up @@ -56,7 +56,7 @@ exports[`App tests should render default App component 1`] = `
class="pf-v5-c-masthead__brand"
>
<img
alt="Patterfly Logo"
alt="Patternfly Logo"
class="pf-v5-c-brand"
src="test-file-stub"
style="--pf-v5-c-brand--Height: 36px;"
Expand Down

0 comments on commit 975db3e

Please sign in to comment.