File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/react-core/src/demos Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ import {
30
30
DropdownSeparator ,
31
31
DropdownToggle ,
32
32
KebabToggle ,
33
- DropdownItem
33
+ DropdownItem ,
34
+ Brand
34
35
} from ' @patternfly/react-core' ;
35
36
import imgBrand from ' @patternfly/react-core/src/demos/examples/pfColorLogo.svg' ;
36
37
import BarsIcon from ' @patternfly/react-icons/dist/js/icons/bars-icon' ;
@@ -145,7 +146,7 @@ class BasicMasthead extends React.Component {
145
146
< / MastheadToggle >
146
147
<MastheadMain >
147
148
<MastheadBrand >
148
- < img src = {imgBrand } alt = " Patternfly logo" / >
149
+ < Brand src = {imgBrand } alt = " Patternfly logo" / >
149
150
< / MastheadBrand >
150
151
< / MastheadMain >
151
152
<MastheadContent >
@@ -185,6 +186,7 @@ class BasicMasthead extends React.Component {
185
186
<ToolbarItem >
186
187
< Dropdown
187
188
onSelect = {this.onKebabSelect }
189
+ position = " right"
188
190
toggle = {<KebabToggle onToggle = {this.onKebabToggle } id = " toggle-id-kebab" / > }
189
191
isOpen = {isKebabOpen }
190
192
isPlain
You can’t perform that action at this time.
0 commit comments