Fix btn path

This commit is contained in:
samaradel
2022-07-21 15:16:33 +02:00
parent ebae23bd08
commit e8f2d1da6f
3 changed files with 10 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
{{link_label}}
</a>
{% elif base is containing("/www_threefold_io/") %}
<a href="/www_threefold_io/{{link_path[1]}}" target="_blank" class="text-lg leading-6 font-medium text-gray-900 hover:text-gray-500 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
<a href="/www_threefold_io/{{link_path[1]}}" class="text-lg leading-6 font-medium text-gray-900 hover:text-gray-500 focus:outline-none focus:text-gray-900 transition ease-in-out duration-150 mt-0">
{{link_label}}
</a>
{% else %}