ccccc

<F12>c
This commit is contained in:
Ehab Hassan 2025-01-26 17:29:07 +02:00
commit d094645118
2 changed files with 4 additions and 4 deletions

View File

@ -8,11 +8,11 @@ export function Footer() {
<Logo className="h-12 w-auto text-slate-900" />
<p className="mt-6 text-base text-slate-500 md:mt-0">
&copy; {new Date().getFullYear()} OurWorld Holdings, All rights reserved.{' '}
<a href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites" className="text-purple-500 hover:underline">
<a href="https://docs.threefold.info/docs/legal/terms_and_conditions" target="_blank" className="text-purple-500 hover:underline">
Terms & Conditions
</a>{' '}
|{' '}
<a href="https://library.threefold.me/info/legal/#/legal__privacypolicy" className="text-purple-500 hover:underline">
<a href="https://docs.threefold.info/docs/legal/privacy_policy" target="_blank" className="text-purple-500 hover:underline">
Privacy Policy
</a>
</p>

View File

@ -170,9 +170,9 @@ export default function Footer2() {
</div>
<div className="mt-16 border-t border-purple-900/10 pt-8 sm:mt-20 lg:mt-24">
<p className="mt-6 text-sm text-slate-500 md:mt-0">&copy; {new Date().getFullYear()} OurWorld Holdings, All rights reserved.{' '}
<a href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites" className="text-purple-500 hover:underline">
<a href="https://docs.threefold.io/docs/legal/terms_and_conditions/" target="_blank" className="text-purple-500 hover:underline">
Terms & Conditions </a>{' '}|{' '}
<a href="https://library.threefold.me/info/legal/#/legal__privacypolicy" className="text-purple-500 hover:underline">
<a href="https://docs.threefold.io/docs/legal/privacy_policy/" target="_blank" className="text-purple-500 hover:underline">
Privacy Policy
</a>
</p>