Skip to content

Commit 24d1d34

Browse files
andyreidzashley-hunter
authored andcommitted
Change target of Contact Us to mailto: (#5)
* Change target of Contact Us to mailto: * Update footer.component.html
1 parent 596bd70 commit 24d1d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/components/footer/footer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<div class="col-md-4 col-sm-12">
1414

15-
<div class="footer-item footer-item-link">Interested in contributing?&nbsp;&nbsp;<a class="footer-link" target="_blank" rel="noopener" href="https://github.com/microfocus">Contact Us</a></div>
15+
<div class="footer-item footer-item-link">Interested in contributing?&nbsp;&nbsp;<a class="footer-link" href="mailto:opensource@microfocus.com">Contact Us</a></div>
1616

1717
</div>
1818

0 commit comments

Comments
 (0)