mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
renamed community page
This commit is contained in:
parent
0a0d95b448
commit
865d0f5116
2 changed files with 7 additions and 4 deletions
|
@ -865,6 +865,9 @@ pages:
|
||||||
hero-development-btn: Development
|
hero-development-btn: Development
|
||||||
hero-masternodes-btn: Masternodes
|
hero-masternodes-btn: Masternodes
|
||||||
hero-video-btn: Video & Audio
|
hero-video-btn: Video & Audio
|
||||||
|
hero-graphics-btn: Graphics
|
||||||
|
hero-legal-btn: Legal
|
||||||
|
hero-wiki-btn: Wiki
|
||||||
|
|
||||||
discussion-heading: Discussion
|
discussion-heading: Discussion
|
||||||
discussion-text: Discuss Dash on these forums
|
discussion-text: Discuss Dash on these forums
|
||||||
|
@ -945,7 +948,7 @@ nav:
|
||||||
stats: Network Stats
|
stats: Network Stats
|
||||||
exchanges-list: Full list of Exchanges
|
exchanges-list: Full list of Exchanges
|
||||||
|
|
||||||
community: Community
|
community: Resources
|
||||||
discussion: Discussion
|
discussion: Discussion
|
||||||
social-apps: Social Apps
|
social-apps: Social Apps
|
||||||
news: News & Info
|
news: News & Info
|
||||||
|
|
|
@ -20,11 +20,11 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="hero__buttons">
|
<div class="hero__buttons">
|
||||||
|
|
||||||
<a href="#community-discussion" class="btn-white-solid">{% t pages.community.hero-discussion-btn %}</a>
|
<a href="{{ basenav }}/graphics/" class="btn-white-solid">{% t pages.community.hero-graphics-btn %}</a>
|
||||||
<a href="#community-social" class="btn-white-solid">{% t pages.community.hero-social-btn %}</a>
|
<a href="{{ basenav }}/legal/" class="btn-white-solid">{% t pages.community.hero-legal-btn %}</a>
|
||||||
<a href="#community-news" class="btn-white-solid">{% t pages.community.hero-news-btn %}</a>
|
|
||||||
<a href="#community-development" class="btn-white-solid">{% t pages.community.hero-development-btn %}</a>
|
<a href="#community-development" class="btn-white-solid">{% t pages.community.hero-development-btn %}</a>
|
||||||
<a href="#community-masternode" class="btn-white-solid">{% t pages.community.hero-masternodes-btn %}</a>
|
<a href="#community-masternode" class="btn-white-solid">{% t pages.community.hero-masternodes-btn %}</a>
|
||||||
|
<a href="https://dashpay.atlassian.net/wiki/display/DOC/Site+map" class="btn-white-solid" target="_blank">{% t pages.community.hero-wiki-btn %}</a>
|
||||||
<!--<a href="#community-media" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>-->
|
<!--<a href="#community-media" class="btn-white-solid">{% t pages.community.hero-video-btn %}</a>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue