Skip to content

Commit

Permalink
Moved the files in accordance to how the documentation will be struct…
Browse files Browse the repository at this point in the history
…ured
  • Loading branch information
juliettech13 committed Aug 22, 2022
1 parent 1560b59 commit b576eef
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 b576eef

Please sign in to comment.