Skip to content

Commit

Permalink
Add link to githubs in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay committed Mar 20, 2024
1 parent 1294c26 commit a16aacc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,13 @@ <h3>Welcome to our initial release</h3>
<footer>
<div class="page_container">
<div class="container">
<a [href]="emailstring" target="_top"><u>Send Feedback</u></a>
<a [href]="emailstring" target="_top"><u>Send feedback or get support</u></a>
<div class="divider">|</div>
<div><u><a href="https://github.com/moleculemaker/chemscraper-frontend" target="_blank">Frontend</a></u> and
<u><a href="https://github.com/moleculemaker/mmli-backend" target="_blank">Backend</a></u> code
on
Github
</div>
<div class="divider">|</div>
<div>Copyright 2023 University of Illinois Board of Trustees and Rochester Institute of Technology</div>
</div>
Expand Down

0 comments on commit a16aacc

Please sign in to comment.