Skip to content

Commit

Permalink
fix: again fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
irsyadadl committed Aug 16, 2024
1 parent a33dcf4 commit 6b51b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/repo.ts
Original file line number Diff line number Diff line change
@@ -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')
}
Expand Down

0 comments on commit 6b51b7f

Please sign in to comment.