Skip to content

Commit d088c26

Browse files
authored
Merge pull request #135 from UCL-ARC/feature/contact-us
add mailto
2 parents 72c4175 + 5619e77 commit d088c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod_app/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h5>About</h5>
163163
<li><a href="#">About us</a></li>
164164
<li><a href="#">Blog </a></li>
165165
<li><a href="#">Collaborators</a></li>
166-
<li><a href="#">Contact</a></li>
166+
<li><a href="mailto:[email protected]">Contact</a></li>
167167
</ul>
168168
</div>
169169
<div class="footer__collab-logos-area--mobile">

0 commit comments

Comments
 (0)