Skip to content

Commit dab415f

Browse files
star on github
1 parent f331b0a commit dab415f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/repo-banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Separator } from './ui/separator'
33
import { cn } from '@/lib/utils'
44
import { StarFilledIcon } from '@radix-ui/react-icons'
55

6-
const REPO_URL = 'https://github.com/Gerome-Elassaad/CodinIT'
6+
const REPO_URL = 'https://github.com/Gerome-Elassaad/CodingIT'
77

88
export function RepoBanner({ className }: { className?: string }) {
99
return (

0 commit comments

Comments
 (0)