fix fonts
Some checks are pending
www2.ourworld.tf / Deploy (push) Waiting to run

This commit is contained in:
2025-04-11 17:23:24 +02:00
parent 0c852241ae
commit 1fad4a34ef
6 changed files with 22 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
{%- set section = get_section(path="footer/_index.md") %}
{%- set section = get_section(path="footer/_index.md") %}
{%- set logoPath = section.extra.logoPath %}
<div class="border-t border-gray-200"></div>
@@ -20,11 +20,13 @@
</div>
<p data-v-14efe4a7="" class="text-base leading-6 text-gray-400 mb-4">
© 2024 OurWorld Holdings, All rights reserved.
<a target="_blank" href="https://docs.threefold.io/docs/legal/terms_and_conditions" class="leading-6 text-gray-500 hover:text-gray-900">Terms &amp; Conditions |
<a target="_blank" rel="noopener" href="https://docs.threefold.io/docs/legal/terms_and_conditions" class="leading-6 text-gray-500 hover:text-gray-900">Terms &amp; Conditions |
</a>
<a target="_blank" href="https://docs.threefold.io/docs/legal/privacy_policy" class="leading-6 text-gray-500 hover:text-gray-900">Privacy Policy |
<a target="_blank" rel="noopener" href="https://docs.threefold.io/docs/legal/privacy_policy" class="leading-6 text-gray-500 hover:text-gray-900">Privacy Policy |
</a>
<a target="_blank" href="/mediakit" class="leading-6 text-gray-500 hover:text-gray-900">Media Kit
<a target="_blank" rel="noopener" href="/mediakit" class="leading-6 text-gray-500 hover:text-gray-900">Media Kit |
</a>
<a target="_blank" rel="noopener" href="/presskit" class="leading-6 text-gray-500 hover:text-gray-900">Press Kit
</a>
</p>
</div>