Merge pull request #1690 from erciccione/what-is

index: fix link to 'workgroups' in the top card
This commit is contained in:
binaryFate 2021-06-27 17:28:44 +02:00 committed by GitHub
commit 32cafec675
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ permalink: index.html
<h2 id="main-h2">{% t home.heading2 %}</h2>
<p id="btn-top-box">
<a href="{{ site.baseurl }}/get-started/what-is-monero/" class="btn-link btn-fixed btn-primary-top">{% t home.about %}</a>
<a href="{{ site.baseurl }}/get-started/what-is-monero/" class="btn-link btn-fixed btn-primary-top">{% t home.joincommunity %}</a>
<a href="{{ site.baseurl }}/community/workgroups/" class="btn-link btn-fixed btn-primary-top">{% t home.joincommunity %}</a>
</p>
</div>
</div>