index: fix link to 'workgroups' in the top card

This commit is contained in:
erciccione 2021-06-27 17:09:29 +02:00
parent 0e5383f991
commit 816eb5b8da
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF

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>