We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f331b0a commit dab415fCopy full SHA for dab415f
components/repo-banner.tsx
@@ -3,7 +3,7 @@ import { Separator } from './ui/separator'
3
import { cn } from '@/lib/utils'
4
import { StarFilledIcon } from '@radix-ui/react-icons'
5
6
-const REPO_URL = 'https://github.com/Gerome-Elassaad/CodinIT'
+const REPO_URL = 'https://github.com/Gerome-Elassaad/CodingIT'
7
8
export function RepoBanner({ className }: { className?: string }) {
9
return (
0 commit comments