Open safarcik opened 6 months ago
Describe the bug The Brand component inside AppLayout has incorrect alt attribute Patterfly.
Brand
AppLayout
alt
Patterfly
To Reproduce Load the application at http://localhost:9000/, open DevTools, and find the img element with class="pf-v5-c-brand".
http://localhost:9000/
img
class="pf-v5-c-brand"
Expected behavior The Brand component inside AppLayout should set the alt attribute to Patternfly.
Patternfly
Screenshots
The issue has been resolved by PR #221
Describe the bug The
Brand
component insideAppLayout
has incorrectalt
attributePatterfly
.To Reproduce Load the application at
http://localhost:9000/
, open DevTools, and find theimg
element withclass="pf-v5-c-brand"
.Expected behavior The
Brand
component insideAppLayout
should set thealt
attribute toPatternfly
.Screenshots