connect wallet url

This commit is contained in:
SvyatoslavArtymovych 2023-06-21 17:04:06 +03:00
parent 06d5322c81
commit 7ef9859363

View File

@ -68,7 +68,7 @@
{% if not current_user.is_authenticated %}
<li>
<a
href="https://join.status.im/b/https://{{config.SERVER_NAME}}{{request.path}}"
href="https://join.status.im/b/{{url_for('main.index', _external=True)}}"
class="md:hidden flex justify-center text-white bg-gradient-to-r from-cyan-500 to-blue-500 hover:bg-gradient-to-bl focus:ring-4 focus:outline-none focus:ring-cyan-300 dark:focus:ring-cyan-800 font-medium rounded-lg text-sm px-5 py-2.5"
>
<span>Connect wallet</span>