We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1e992 commit c4317a5Copy full SHA for c4317a5
apps/web/components/code-demo.tsx
@@ -223,7 +223,7 @@ function CodePreview({
223
}
224
225
function EditOnGithubButton({ githubSlug }: { githubSlug: string }) {
226
- const githubSrcHref = "https://github.com/themesberg/flowbite-react/blob/main/examples/";
+ const githubSrcHref = "https://github.com/themesberg/flowbite-react/blob/main/apps/web/examples/";
227
const href = `${githubSrcHref}${githubSlug}`;
228
229
return (
0 commit comments