mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
removed hardcode link
This commit is contained in:
parent
c8cae4abc5
commit
73c245f05c
4 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
<p class="hero__lead">{% t pages.404-page.hero-text %}</p>
|
||||
|
||||
<div class="hero__buttons">
|
||||
<a href="https://www.dash.org/forum/" class="btn-blue-solid">{% t pages.404-page.hero-forum-btn %}</a>
|
||||
<a href="/forum/" class="btn-blue-solid">{% t pages.404-page.hero-forum-btn %}</a>
|
||||
<a href="{{ basenav }}/contribute/" class="btn-blue-solid">{% t nav.participate %}</a>
|
||||
</div>
|
||||
<div class="hero__buttons">
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<p class="hero__lead">{% t pages.community.hero-text %}</p>
|
||||
|
||||
<div class="hero__buttons">
|
||||
<a href="https://www.dash.org/forum/" class="btn-blue-solid">{% t pages.community.hero-forum-btn %}</a>
|
||||
<a href="/forum/" class="btn-blue-solid">{% t pages.community.hero-forum-btn %}</a>
|
||||
<a href="{{ basenav }}/contribute/" class="btn-blue-solid">{% t nav.participate %}</a>
|
||||
</div>
|
||||
<div class="hero__buttons">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue