Skip to content

Commit bcdcaaf

Browse files
committed
footer fix
1 parent f0b6e81 commit bcdcaaf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/docs/src/components/footer.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ import { TextHoverEffect } from "./ui/text-hover-effect";
33

44
function Footer() {
55
return (
6-
<div className="flex flex-col items-center justify-center">
6+
<div className="flex flex-col items-center justify-center my-16">
77
<TextHoverEffect text="CodeGen" />
8-
98
<div className="text-sm text-muted-foreground">
109
Made with ❤️ by{" "}
1110
<span className="hover:underline hover:underline-offset-4">
12-
<Link href="https://github.com/Leo5661">Rahul Singh (Leo5661)</Link>
11+
<Link href="https://github.com/Leo5661">Rahul Singh (leocoder)</Link>
1312
</span>
1413
</div>
1514
</div>

0 commit comments

Comments
 (0)