Skip to content

Commit

Permalink
Clickable logo to return to overview (#447)
Browse files Browse the repository at this point in the history
* Add <a> tag around logo

* Add changelog
  • Loading branch information
jochemvandooren authored Aug 25, 2023
1 parent 0139a92 commit 71c040e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changes/unreleased/Docs-20230822-111752.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Docs
body: Make logo clickable to return to the overview page.
time: 2023-08-22T11:17:52.419273558+02:00
custom:
Author: jochemvandooren
Issue: "446"
4 changes: 3 additions & 1 deletion src/app/main/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
<div class="app-row app-middle">
<div class="app-body">
<div class="logo">
<img style="width: 100px; height: 40px" class="logo" ng-src="{{ logo }}" />
<a ui-sref="dbt.overview()">
<img style="width: 100px; height: 40px" class="logo" ng-src="{{ logo }}" />
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 71c040e

Please sign in to comment.