This commit is contained in:
samaradel
2022-07-21 20:37:38 +02:00
parent c51c05bc4d
commit a624c448d1

View File

@@ -42,7 +42,7 @@
</a>
{% elif base is containing("www_threefold_io") %}
{% set path = base ~ link_path[1] %}
<a href="/{{path}}" 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="{{path}}" 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 %}