Skip to content

Commit

Permalink
Merge pull request #2 from abdulbasithqb/fixes/edit-on-github
Browse files Browse the repository at this point in the history
fix: edit on github button issue resolved
  • Loading branch information
abdulbasithqb authored Mar 26, 2024
2 parents 8c1e992 + 015da27 commit 31879be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/code-demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function CodePreview({
}

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

return (
Expand Down

0 comments on commit 31879be

Please sign in to comment.