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.
2 parents 8c1e992 + 015da27 commit 31879beCopy full SHA for 31879be
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