Skip to content

Commit

Permalink
no tool hint
Browse files Browse the repository at this point in the history
  • Loading branch information
toger5 committed Sep 6, 2021
1 parent 768aa71 commit 08547ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/right-panel/right-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class RightPanel {
onClick: () => { this.tabIndex = 1; this.update() },
label: <img src={toolIcon}></img>
},
container: <div class="tab-container">GibtNixZuSehen</div>
container: <div class="tab-container"><p style="color:grey; text-align:center"> No tool options available </p></div>
}
let tabs = [memberTab, toolOptionsTab]

Expand Down

0 comments on commit 08547ac

Please sign in to comment.