From d3d71eaeb634376292ed8bfda51445ce7b49ed7e Mon Sep 17 00:00:00 2001 From: lynx <141365347+iLynxcat@users.noreply.github.com> Date: Wed, 4 Sep 2024 01:20:57 -0500 Subject: [PATCH] fix secondary cta import in github section --- apps/landing/src/app/page-sections/github.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 (