diff --git a/pages/continuous-deployment.tsx b/pages/continuous-deployment.tsx index 98c69a31..6e96c9a8 100644 --- a/pages/continuous-deployment.tsx +++ b/pages/continuous-deployment.tsx @@ -1,11 +1,7 @@ -import { ColorModeProvider } from '@pluralsh/design-system' import { type InferGetStaticPropsType } from 'next' import { ArticleCard } from '@src/components/ArticleCard' -import Embed from '@src/components/Embed' import { FooterVariant } from '@src/components/FooterFull' -import { HubspotForm } from '@src/components/HubspotForm' -import { Columns, EqualColumn } from '@src/components/layout/Columns' import { GradientBG } from '@src/components/layout/GradientBG' import { StandardPageSection, @@ -16,7 +12,7 @@ import { CenteredSectionHead, SubsectionHead, } from '@src/components/SectionHeads' -import { BasicUl, Body1, Body2, InlineLink } from '@src/components/Typography' +import { BasicUl, Body2, InlineLink } from '@src/components/Typography' import { propsWithGlobalSettings } from '@src/utils/getGlobalProps' import { HeaderPad } from '../src/components/layout/HeaderPad' diff --git a/src/components/LearnAboutPluralSection.tsx b/src/components/LearnAboutPluralSection.tsx index 21a2fa96..b28cfd0b 100644 --- a/src/components/LearnAboutPluralSection.tsx +++ b/src/components/LearnAboutPluralSection.tsx @@ -23,7 +23,7 @@ type ContentType = { } const LearnAboutCardSC = styled(Link)<{ $variant: 'default' | 'active' }>( - ({ theme, $variant: variant }) => ({ + ({ theme }) => ({ boxSizing: 'border-box', borderRadius: theme.borderRadiuses.large, transition: 'all 0.5s ease',