mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-24 23:47:19 -05:00
fix: add forum link to header
This commit is contained in:
parent
255e68a881
commit
09b53b7814
|
|
@ -39,6 +39,9 @@
|
|||
<a href="/progress" class="hide-on-mobile">
|
||||
<button>{{ locale.nav.progress }}</button>
|
||||
</a>
|
||||
<a href="https://forum.pretendo.network" class="hide-on-mobile">
|
||||
<button>Forum</button> <!-- TODO - Translate this -->
|
||||
</a>
|
||||
<a href="/account/upgrade" class="donate">
|
||||
<button>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"></path></svg>
|
||||
|
|
@ -161,6 +164,15 @@
|
|||
<p class="caption">{{ locale.nav.dropdown.captions.blog }}</p>
|
||||
</div>
|
||||
</a>
|
||||
<a href="https://forum.pretendo.network">
|
||||
<div class="icon">
|
||||
<svg width="32" height="32" viewBox="0 0 256 256"><path fill="currentColor" d="M216 48H56a16 16 0 0 0-16 16v120a8 8 0 0 1-16 0V88a8 8 0 0 0-16 0v96a24 24 0 0 0 24 24h176a24.1 24.1 0 0 0 24-24V64a16 16 0 0 0-16-16Zm-40 104H96a8 8 0 0 1 0-16h80a8 8 0 0 1 0 16Zm0-32H96a8 8 0 0 1 0-16h80a8 8 0 0 1 0 16Z"/></svg>
|
||||
</div>
|
||||
<div>
|
||||
<p class="title">Forum</p> <!-- TODO - Translate this -->
|
||||
<p class="caption">Chat with others and get support</p> <!-- TODO - Translate this -->
|
||||
</div>
|
||||
</a>
|
||||
<a href="/progress">
|
||||
<div class="icon">
|
||||
<svg width="32" height="32" viewBox="0 0 256 256"><path fill="currentColor" d="M96 8a8 8 0 0 1 8-8h48a8 8 0 0 1 0 16h-48a8 8 0 0 1-8-8Zm128 120a96 96 0 1 1-96-96a96.2 96.2 0 0 1 96 96Zm-50.7-45.3a8.1 8.1 0 0 0-11.4 0l-39.6 39.6a8.1 8.1 0 0 0 0 11.4a8.2 8.2 0 0 0 11.4 0l39.6-39.6a8.1 8.1 0 0 0 0-11.4Z"/></svg>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user