Skip to content

Commit

Permalink
fix: edit on github button issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulbasitha committed Mar 26, 2024
1 parent 8c1e992 commit 015da27
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 015da27

Please sign in to comment.