Skip to content

Commit 975db3e

Browse files
authored
Merge pull request #221 from thybit/main
Fixed Patternfly brand name
2 parents 389a6f1 + 758d2ae commit 975db3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/AppLayout/AppLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
3535
</MastheadToggle>
3636
<MastheadMain>
3737
<MastheadBrand>
38-
<Brand src={logo} alt="Patterfly Logo" heights={{ default: '36px' }} />
38+
<Brand src={logo} alt="Patternfly Logo" heights={{ default: '36px' }} />
3939
</MastheadBrand>
4040
</MastheadMain>
4141
</Masthead>

src/app/__snapshots__/app.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ exports[`App tests should render default App component 1`] = `
5656
class="pf-v5-c-masthead__brand"
5757
>
5858
<img
59-
alt="Patterfly Logo"
59+
alt="Patternfly Logo"
6060
class="pf-v5-c-brand"
6161
src="test-file-stub"
6262
style="--pf-v5-c-brand--Height: 36px;"

0 commit comments

Comments
 (0)