edit footer

This commit is contained in:
2024-10-15 15:20:49 +02:00
parent eb5cd83d24
commit 8013ff1acb
3 changed files with 15 additions and 7 deletions

View File

@@ -8,15 +8,15 @@ 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-blue-500 hover:underline">
<a href="https://library.threefold.me/info/legal/#/legal__terms_conditions_websites" className="text-purple-500 hover:underline">
Terms & Conditions
</a>{' '}
|{' '}
<a href="https://library.threefold.me/info/legal/#/legal__privacypolicy" className="text-blue-500 hover:underline">
<a href="https://library.threefold.me/info/legal/#/legal__privacypolicy" className="text-purple-500 hover:underline">
Privacy Policy
</a>
</p>
</Container>
</footer>
)
}
}