Skip to content

Commit c4317a5

Browse files
fix: edit on github button issue resolved (#1317)
* fix: edit on github button issue resolved * formated code --------- Co-authored-by: abdulbasitha <[email protected]>
1 parent 8c1e992 commit c4317a5

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)