update links

This commit is contained in:
dmitry 2024-02-09 21:12:06 +02:00
parent 3bf77fa6f2
commit da62a21ca5
5 changed files with 4 additions and 8 deletions

View file

@ -1,5 +1,5 @@
---
title: API Page
title: API Page
description: To visit api paease click
template: pure.html
weight: 10

View file

@ -1 +1 @@
<a class="button button--main" href="/new-donate">{{trans(key='donate-title', lang=lang)}}</a>
<a class="button button--main" href="/donate">{{trans(key='donate-title', lang=lang)}}</a>

View file

@ -57,10 +57,6 @@
</ul>
{%- endfor -%}
<h1>test</h1>
<script>
let faqs = [

View file

@ -2,7 +2,7 @@
<div class="container support-block__container">
<h3 class="h3-bold support-block__title"> {{ trans(key='ged-involved-title', lang=lang) }}</h3>
<div class="support-block__row">
<a href="/new-donate" class="support-block__card">
<a href="/donate" class="support-block__card">
{% include 'ui/icons/header/donate.html' %}

View file

@ -9,7 +9,7 @@
{% include 'components/donate-button.html' %}
</div>
<div class="donate__img">
<a href="/new-donate" target="_blank">
<a href="/donate" target="_blank">
{% include 'ui/icons/community/donate.html' %}
</a>
</div>