diff --git a/src/utils/repo.ts b/src/utils/repo.ts index c5f270b..20558ad 100644 --- a/src/utils/repo.ts +++ b/src/utils/repo.ts @@ -1,5 +1,5 @@ export const getRepoUrlForComponent = (componentName: string) => { - const repoUrl = `https://raw.githubusercontent.com/justdlabs/justd/master/components/ui/${componentName}.tsx` + const repoUrl = `https://raw.githubusercontent.com/justdlabs/justd/main/components/ui/${componentName}.tsx` if (!repoUrl) { throw new Error('REPO_URL environment variable is not set') }