Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmar committed Nov 10, 2023
1 parent 0ef7b5d commit 56cb93d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions pages/continuous-deployment.tsx
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion src/components/LearnAboutPluralSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 56cb93d

Please sign in to comment.