update nav mobile

This commit is contained in:
2024-08-20 16:57:32 +03:00
parent c2eeb9d89b
commit de4f233a07

View File

@@ -206,18 +206,16 @@
{% include "partials/socialLinks.html" %}
</div> #}
{# <div class="rounded-full border-2 mt-1 border-gray-400">
<a href="/node" target="_blank" class="mt-2">
<div class="rounded-full border-2 mt-4 mx-8 border-gray-400">
<a href="/node" class="mt-2">
<img
src="{{ get_url(path=section.extra.button_Path) }}"
src="/images/gettft_node_2.png"
class="mr-5"
style="max-width: none;"
alt=""
/>
</a>
</div> #}
<a class="ml-6" href="/node"><button class="px-6 green">Get Node</button></a>
</div>
</nav>
</div>