Skip to content

Commit

Permalink
Update footer and about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Feb 22, 2021
1 parent ca196b5 commit 578c6de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions www/src/app/components/about/about.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="modal-header bg-primary">
<h3 class="modal-title">About</h3>
</div>
<div class="modal-body">
<div class="modal-body">
<div class="pv-s text-center">
<img alt="Cortex" height="50" src="../../../assets/images/logo-dark.svg" />
</div>
Expand All @@ -20,8 +20,10 @@ <h3 class="modal-title">About</h3>
</div>
<div class="row mt-s">
<div class="col-md-12 text-center">
<div>Copyright (C) 2014-2020 Thomas Franco, Saâd Kadhi, Jérôme Leonard</div>
<div>Copyright (C) 2017-2020 Nabil Adouani</div>
<strong>
<a href="https://thehive-project.org" target="_blank">TheHive Project</a> 2016-2021,
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPL-V3</a>
</strong>
</div>
</div>

Expand All @@ -32,4 +34,4 @@ <h3 class="modal-title">About</h3>
Close
</div>
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions www/src/app/components/footer/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
</div>
<div>
<strong>
<a href="http://www.thehive-project.org" target="_blank">TheHive Project</a> 2016-2020,
<a href="http://www.thehive-project.org" target="_blank">TheHive Project</a> 2016-2021,
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html" target="_blank">AGPL-V3</a>
</strong>
</div>
</div>
</div>

0 comments on commit 578c6de

Please sign in to comment.