Skip to content

Commit 60693be

Browse files
authored
Fix footer links
1 parent 8a12b88 commit 60693be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
<strong>&copy; {{site.time | date: '%Y'}} MonoDevelop Project</strong>
8888
<br/>
8989
<div id="footer-notes">
90-
<a href="https://go.microsoft.com/fwlink/?LinkId=521839">Privacy</a> |
91-
<a href="#" id="manageConsentButton">Change cookie preferences</a>
90+
<a href="https://go.microsoft.com/fwlink/?LinkId=521839"><i class="fas fa-circle-chevron-right"></i> Privacy</a> |
91+
<a href="#" id="manageConsentButton"><i class="fas fa-circle-chevron-right"></i> Change cookie preferences</a>
9292
</div>
9393
</div>
9494
</div>

0 commit comments

Comments
 (0)