diff --git a/apps/web/components/code-demo.tsx b/apps/web/components/code-demo.tsx index 81db33164..958ceef25 100644 --- a/apps/web/components/code-demo.tsx +++ b/apps/web/components/code-demo.tsx @@ -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 (