Merge branch 'development' of https://git.ourworld.tf/ourworld_web/www_ow_freezone
Some checks failed
ourworld.tf / Deploy (push) Has been cancelled

This commit is contained in:
Ehab Hassan 2025-01-26 15:11:10 +02:00
commit 6870c90428
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ elif [[ "$(uname -m)" == "arm64"* ]]; then
ASSET="$ASSET-arm64" ASSET="$ASSET-arm64"
fi fi
curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/latest/download/${ASSET}" curl -sLO "https://github.com/tailwindlabs/tailwindcss/releases/download/v3.4.17/${ASSET}"
chmod +x $ASSET chmod +x $ASSET
mv $ASSET tailwindcss mv $ASSET tailwindcss

View File

@ -10,8 +10,8 @@
</div> </div>
<p data-v-14efe4a7="" class="text-base leading-6 text-gray-400 mb-4"> <p data-v-14efe4a7="" class="text-base leading-6 text-gray-400 mb-4">
© 2024 OurWorld Holdings, All rights reserved. © 2024 OurWorld Holdings, All rights reserved.
<a target="_blank" href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites" class="leading-6 text-gray-500 hover:text-gray-900">Terms &amp; Conditions | <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><a target="_blank" href="https://library.threefold.me/info/legal/#/legal__privacypolicy" class="leading-6 text-gray-500 hover:text-gray-900">Privacy Policy </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> </a>
</p> </p>
</div> </div>