Skip to content

Commit e1005b3

Browse files
committed
Add some Studio 384 branding
1 parent 35760a8 commit e1005b3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/src/design/layout/LayoutElements/Footer.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,11 @@ export default function Footer() {
8080
</div>
8181
<p className="text-sm">
8282
&copy; 2021-2026 &middot;{' '}
83-
<a href="https://studio384.be" className="font-dev font-semibold">
84-
Studio 384
83+
<a
84+
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>{' '}
8588
</a>
8689
</p>
8790
</div>

0 commit comments

Comments
 (0)