diff --git a/app/components/CodePreview.tsx b/app/components/CodePreview.tsx index b8dae092..a26c9944 100644 --- a/app/components/CodePreview.tsx +++ b/app/components/CodePreview.tsx @@ -15,16 +15,16 @@ interface CodePreviewProps { const CodePreview = ({ children, code, github }: CodePreviewProps) => { const [active, setActive] = useState(0) const { copy, copyToClipboard } = useCopy() - const githubUrl = `https://github.com/StaticMania/keep-react/tree/main/src/components/${github}` + const githubUrl = `https://github.com/StaticMania/keep-react/tree/main/app/src/components/${github}` return (