Skip to content

Commit 60f7fcc

Browse files
authored
Merge pull request #26 from ModusCreateOrg/toolbar-3
Toolbar - fix vertical layout button names
2 parents 25a2e30 + ffd95a9 commit 60f7fcc

File tree

1 file changed

+2
-2
lines changed
  • 17-toolbar/b-toolbar-layout-vertical/src

1 file changed

+2
-2
lines changed

17-toolbar/b-toolbar-layout-vertical/src/Toolbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ class Toolbar extends Component {
1212
render() {
1313
return (
1414
<div style={toolbarStyle}>
15-
<button>Left</button>
15+
<button>Top</button>
1616
<div style={{ flex: 1 }}></div>
17-
<button>Right</button>
17+
<button>Bottom</button>
1818
</div>
1919
);
2020
}

0 commit comments

Comments
 (0)