Skip to content

Commit

Permalink
Merge pull request #2 from juliettech13/documentation-rewire
Browse files Browse the repository at this point in the history
Documentation file restructuring
  • Loading branch information
heueristik authored Sep 26, 2022
2 parents 1560b59 + b576eef commit 5628f8d
Show file tree
Hide file tree
Showing 36 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/components/ComponentCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interface IComponentCardProps {
to: string
}

type SvgContainerProps = {
type SvgContainerProps = {
isMobile: boolean
}

Expand Down Expand Up @@ -48,7 +48,7 @@ const ContentWrapper = styled.div.attrs({
const TextWrapper = styled.div.attrs({
className: 'flex flex-col space-y-1',
})``;
const SvgContainer = styled.div<SvgContainerProps>.attrs({
const SvgContainer = styled.div.attrs({
className: 'flex rounded-xl',
})`
svg {
Expand Down Expand Up @@ -80,4 +80,4 @@ function getSvgSize(props:SvgContainerProps){
return '100%'
}
return ''
}
}

0 comments on commit 5628f8d

Please sign in to comment.