GUI changes
This commit is contained in:
parent
4ce8ed9a08
commit
05be8548fe
3 changed files with 83 additions and 80 deletions
|
|
@ -99,7 +99,7 @@ class Tree extends Component {
|
|||
<div id="tree" ref=${this.treeDiv} tabindex="0">
|
||||
<div id="logo" onclick=${() => _notes2.current.goToNode(ROOT_NODE)}><img src="/images/${_VERSION}/logo.svg" /></div>
|
||||
<div class="icons">
|
||||
<img src="/images/${_VERSION}/icon_refresh.svg" />
|
||||
<img src="/images/${_VERSION}/icon_refresh.svg" onclick=${()=>_sync.run()} />
|
||||
</div>
|
||||
${renderedTreeTrunk}
|
||||
</div>`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue