mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
website: fix donation links (#5971)
* Fix donation links * Update navbar.html * Update footer.html * Update join_simplex.html
This commit is contained in:
parent
28fa5ea4cc
commit
e27a197ee0
4 changed files with 6 additions and 6 deletions
|
@ -52,7 +52,7 @@
|
||||||
<url type="bugtracker">https://github.com/simplex-chat/simplex-chat/issues</url>
|
<url type="bugtracker">https://github.com/simplex-chat/simplex-chat/issues</url>
|
||||||
<url type="translate">https://github.com/simplex-chat/simplex-chat#help-translating-simplex-chat</url>
|
<url type="translate">https://github.com/simplex-chat/simplex-chat#help-translating-simplex-chat</url>
|
||||||
<url type="contact">https://simplex.chat/connect-team</url>
|
<url type="contact">https://simplex.chat/connect-team</url>
|
||||||
<url type="donation">https://github.com/simplex-chat/simplex-chat#help-us-with-donations</url>
|
<url type="donation">https://github.com/simplex-chat/simplex-chat#please-support-us-with-your-donations</url>
|
||||||
|
|
||||||
<content_rating type="oars-1.1"/>
|
<content_rating type="oars-1.1"/>
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
class="text-grey-black dark:text-white text-[14px] font-medium leading-[28px] tracking-[0.01em] mb-3 flex items-center gap-1">
|
class="text-grey-black dark:text-white text-[14px] font-medium leading-[28px] tracking-[0.01em] mb-3 flex items-center gap-1">
|
||||||
{{ "terms-and-privacy-policy" | i18n({}, lang ) | safe }}
|
{{ "terms-and-privacy-policy" | i18n({}, lang ) | safe }}
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/simplex-chat/simplex-chat#help-us-with-donations"
|
<a href="https://github.com/simplex-chat/simplex-chat#please-support-us-with-your-donations"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="text-grey-black dark:text-white text-[14px] font-medium leading-[28px] tracking-[0.01em] mb-3 flex items-center gap-1">
|
class="text-grey-black dark:text-white text-[14px] font-medium leading-[28px] tracking-[0.01em] mb-3 flex items-center gap-1">
|
||||||
{{ "donate" | i18n({}, lang ) | safe }}
|
{{ "donate" | i18n({}, lang ) | safe }}
|
||||||
|
|
|
@ -125,7 +125,7 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<a href="https://github.com/simplex-chat/simplex-chat#help-us-with-donations"
|
<a href="https://github.com/simplex-chat/simplex-chat#please-support-us-with-your-donations"
|
||||||
target="_blank" class="whitespace-nowrap flex items-center gap-1 self-center text-white dark:text-black text-[16px] font-medium tracking-[0.02em] rounded-[34px] bg-primary-light dark:bg-primary-dark py-3 lg:py-2 px-20 lg:px-5 mb-auto lg:mb-0"
|
target="_blank" class="whitespace-nowrap flex items-center gap-1 self-center text-white dark:text-black text-[16px] font-medium tracking-[0.02em] rounded-[34px] bg-primary-light dark:bg-primary-dark py-3 lg:py-2 px-20 lg:px-5 mb-auto lg:mb-0"
|
||||||
>{{ "donate" | i18n({}, lang ) | safe }}
|
>{{ "donate" | i18n({}, lang ) | safe }}
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<div class="flex flex-col items-center gap-5 self-stretch mb-12">
|
<div class="flex flex-col items-center gap-5 self-stretch mb-12">
|
||||||
<a href="https://www.reddit.com/r/SimpleXChat/" class="flex items-center justify-center h-11 w-full max-w-[294px] font-medium text-base rounded-[34px] tracking-[0.02em] text-primary-light dark:text-primary-dark dark:bg-primary-bg-dark dark:border-primary-dark dark:border bg-[#D9ECFF]">{{ "join-the-REDDIT-community" | i18n({}, lang ) | safe }}</a>
|
<a href="https://www.reddit.com/r/SimpleXChat/" class="flex items-center justify-center h-11 w-full max-w-[294px] font-medium text-base rounded-[34px] tracking-[0.02em] text-primary-light dark:text-primary-dark dark:bg-primary-bg-dark dark:border-primary-dark dark:border bg-[#D9ECFF]">{{ "join-the-REDDIT-community" | i18n({}, lang ) | safe }}</a>
|
||||||
<a href="https://github.com/simplex-chat" class="flex items-center justify-center h-11 w-full max-w-[294px] font-medium text-base rounded-[34px] tracking-[0.02em] text-primary-light dark:text-primary-dark dark:bg-primary-bg-dark dark:border-primary-dark dark:border bg-[#D9ECFF]">{{ "join-us-on-GitHub" | i18n({}, lang ) | safe }}</a>
|
<a href="https://github.com/simplex-chat" class="flex items-center justify-center h-11 w-full max-w-[294px] font-medium text-base rounded-[34px] tracking-[0.02em] text-primary-light dark:text-primary-dark dark:bg-primary-bg-dark dark:border-primary-dark dark:border bg-[#D9ECFF]">{{ "join-us-on-GitHub" | i18n({}, lang ) | safe }}</a>
|
||||||
<a href="https://github.com/simplex-chat/simplex-chat#help-us-with-donations" class="flex items-center justify-center h-11 w-full max-w-[294px] font-medium text-base rounded-[34px] tracking-[0.02em] text-primary-light dark:text-primary-dark dark:border-none bg-white dark:bg-[rgba(112,240,249,0.2)] border border-[#0053D0]">{{ "donate-here-to-help-us" | i18n({}, lang ) | safe }}</a>
|
<a href="https://github.com/simplex-chat/simplex-chat#please-support-us-with-your-donations" class="flex items-center justify-center h-11 w-full max-w-[294px] font-medium text-base rounded-[34px] tracking-[0.02em] text-primary-light dark:text-primary-dark dark:border-none bg-white dark:bg-[rgba(112,240,249,0.2)] border border-[#0053D0]">{{ "donate-here-to-help-us" | i18n({}, lang ) | safe }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="text-grey-black dark:text-white text-base text-center mb-7">{{ "sign-up-to-receive-our-updates" | i18n({}, lang ) | safe }}</p>
|
<p class="text-grey-black dark:text-white text-base text-center mb-7">{{ "sign-up-to-receive-our-updates" | i18n({}, lang ) | safe }}</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue