patternfly / patternfly-react-seed

A PatternFly seed for React web applications
http://patternfly-react-seed.surge.sh/
MIT License
89 stars 250 forks source link

Brand component: typo in brand name Patternfly #220

Open safarcik opened 6 months ago

safarcik commented 6 months ago

Describe the bug The Brand component inside AppLayout has incorrect alt attribute Patterfly.

To Reproduce Load the application at http://localhost:9000/, open DevTools, and find the img element with class="pf-v5-c-brand".

Expected behavior The Brand component inside AppLayout should set the alt attribute to Patternfly.

Screenshots image

safarcik commented 6 months ago

The issue has been resolved by PR #221