diff --git a/apps/landing/src/app/page-sections/github.tsx b/apps/landing/src/app/page-sections/github.tsx index 8e445bd44..24fed253c 100644 --- a/apps/landing/src/app/page-sections/github.tsx +++ b/apps/landing/src/app/page-sections/github.tsx @@ -1,7 +1,6 @@ import { Github as GithubLogo } from '@sd/assets/svgs/brands'; import React from 'react'; - -import { CtaSecondaryButton } from '../cta-secondary-button'; +import { CtaSecondaryButton } from '~/components/cta-secondary-button'; export const Github = () => { return (