We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b6e81 commit bcdcaafCopy full SHA for bcdcaaf
apps/docs/src/components/footer.tsx
@@ -3,13 +3,12 @@ import { TextHoverEffect } from "./ui/text-hover-effect";
3
4
function Footer() {
5
return (
6
- <div className="flex flex-col items-center justify-center">
+ <div className="flex flex-col items-center justify-center my-16">
7
<TextHoverEffect text="CodeGen" />
8
-
9
<div className="text-sm text-muted-foreground">
10
Made with ❤️ by{" "}
11
<span className="hover:underline hover:underline-offset-4">
12
- <Link href="https://github.com/Leo5661">Rahul Singh (Leo5661)</Link>
+ <Link href="https://github.com/Leo5661">Rahul Singh (leocoder)</Link>
13
</span>
14
</div>
15
0 commit comments