adding link to / on the logo in tree view

pull/69/head
Olivier Ferrand 2020-03-19 13:49:58 +01:00
parent 1fd48df470
commit 506d51f4f5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
var treeData = {{ tree_json | safe }};
</script>
<div id=lookyloo-icon></div>
<a id="lookyloo-icon" href="/" ></a>
<div id=screenshot class="collapse">
<img src="{{ url_for('image', tree_uuid=tree_uuid) }}" class="img-fluid"/>
</div>