Skip to content

Commit

Permalink
#5 added powered by text to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzhak committed Oct 24, 2018
1 parent 2a557e3 commit b9286ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/dashboard/dashboard.component.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.footer-logo {
max-height: 25px;
}
4 changes: 4 additions & 0 deletions src/app/dashboard/dashboard.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ <h2 class="h5">DevZenDao</h2>
<div class="col-sm-6">
<p>DevZenDao 2018</p>
</div>
<div class="col-sm-6 text-right">
<img class="img-fluid mr-2 footer-logo" src="https://web.thetta.io/images/butterfly.png" alt="Thetta DAO Framework">
<a href="https://web.thetta.io/" target="_blank">Powered by Thetta DAO Framework</a>
</div>
</div>
</div>
</footer>
Expand Down

0 comments on commit b9286ae

Please sign in to comment.