We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35760a8 commit e1005b3Copy full SHA for e1005b3
docs/src/design/layout/LayoutElements/Footer.tsx
@@ -80,8 +80,11 @@ export default function Footer() {
80
</div>
81
<p className="text-sm">
82
© 2021-2026 ·{' '}
83
- <a href="https://studio384.be" className="font-dev font-semibold">
84
- Studio 384
+ <a
+ href="https://studio384.be"
85
+ className="font-dev font-semibold hover:underline hover:decoration-[#78b500] hover:decoration-1 hover:underline-offset-1"
86
+ >
87
+ Studio <span className="bg-linear-to-r from-[#78b500] to-[#00b573] bg-clip-text text-transparent">384</span>{' '}
88
</a>
89
</p>
90
0 commit comments