Skip to content

Commit 1604f86

Browse files
committed
Increase branding visibility
1 parent aa6d319 commit 1604f86

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ export default function Footer() {
7878
</div>
7979
</div>
8080
</div>
81-
<p className="text-sm">
82-
&copy; 2021-2026 &middot;{' '}
81+
<div className="flex flex-row items-end justify-between">
8382
<a
8483
href="https://studio384.be"
85-
className="font-dev font-semibold hover:underline hover:decoration-[#78b500] hover:decoration-1 hover:underline-offset-1"
84+
className="font-dev text-2xl font-semibold hover:underline hover:decoration-[#78b500] hover:decoration-1 hover:underline-offset-1"
8685
>
8786
Studio <span className="bg-linear-to-r from-[#78b500] to-[#00b573] bg-clip-text text-transparent">384</span>{' '}
8887
</a>
89-
</p>
88+
<p className="text-sm">&copy; 2021-2026</p>
89+
</div>
9090
</div>
9191
</div>
9292
);

0 commit comments

Comments
 (0)