mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
refactors paths:
-- "/currency" --> "/network" -- "/participate" --> "/contribute" -- does NOT refactor corresponding yaml keys
This commit is contained in:
parent
2252470ba9
commit
e3fe661f8d
8 changed files with 10 additions and 10 deletions
|
@ -185,7 +185,7 @@ description: pages.evolution.description
|
|||
|
||||
{% tmd pages.evolution.prototype-text %}
|
||||
|
||||
<a href="{{ basenav }}/currency" class="btn-blue">{% t pages.evolution.prototype-btn %}</a>
|
||||
<a href="{{ basenav }}/network" class="btn-blue">{% t pages.evolution.prototype-btn %}</a>
|
||||
</div>
|
||||
<div class="col-sm-6 home-network-graphic-live">
|
||||
<img src="/assets/img/evolution/evo_prototype.png" alt="{% t pages.update.research-heading %}">
|
||||
|
@ -226,8 +226,8 @@ description: pages.evolution.description
|
|||
|
||||
{% tmd pages.evolution.merchants-text %}
|
||||
|
||||
<a href="{{ basenav }}/currency" class="btn-blue">{% t pages.evolution.merchants-btn %}</a>
|
||||
<a href="{{ basenav }}/currency" class="btn-blue">{% t pages.evolution.merchants-plugin-btn %}</a>
|
||||
<a href="{{ basenav }}/network" class="btn-blue">{% t pages.evolution.merchants-btn %}</a>
|
||||
<a href="{{ basenav }}/network" class="btn-blue">{% t pages.evolution.merchants-plugin-btn %}</a>
|
||||
</div>
|
||||
<div class="col-sm-6 home-network-graphic-live">
|
||||
<img src="/assets/img/evolution/merchants.png" alt="{% t pages.evolution.merchants-heading %}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue