Skip to content

Commit 31879be

Browse files
Merge pull request #2 from abdulbasithqb/fixes/edit-on-github
fix: edit on github button issue resolved
2 parents 8c1e992 + 015da27 commit 31879be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/components/code-demo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function CodePreview({
223223
}
224224

225225
function EditOnGithubButton({ githubSlug }: { githubSlug: string }) {
226-
const githubSrcHref = "https://github.com/themesberg/flowbite-react/blob/main/examples/";
226+
const githubSrcHref = 'https://github.com/themesberg/flowbite-react/blob/main/apps/web/examples/';
227227
const href = `${githubSrcHref}${githubSlug}`;
228228

229229
return (

0 commit comments

Comments
 (0)