style: update link colors and hover states for documentation and support links

This commit is contained in:
2025-10-15 16:21:19 +02:00
parent 39e19a95d0
commit 794605117a
4 changed files with 18 additions and 9 deletions

View File

@@ -58,7 +58,11 @@ export function Footer() {
</Button>
</form>
<p className="mt-6 text-sm text-gray-500 md:mt-0">
&copy; Copyright ThreeFold {new Date().getFullYear()}. All rights reserved.
&copy; Copyright{' '}
<a href="https://www.threefold.io" target="_blank" rel="noopener noreferrer" className="hover:text-cyan-500 transition-colors">
ThreeFold
</a>{' '}
{new Date().getFullYear()}. All rights reserved.
</p>
</div>
</Container>