File tree Expand file tree Collapse file tree 6 files changed +4
-9
lines changed Expand file tree Collapse file tree 6 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 11import { BlogCardsColumns } from '@/components/containers/CardColumns/BlogCardsColumns' ;
2- import Card from '@/components/containers/Card' ;
32import { BlogCard } from '@/components/containers/Card/BlogCard' ;
43import Title from '@/components/snippets/Title' ;
54import Link from 'next/link' ;
Original file line number Diff line number Diff line change 11import styled , { css } from 'styled-components' ;
22import Image from 'next/image' ;
3- import BlogPostsContainer from '@/components/blog/BlogPostsContainer' ;
43import * as m from '@/styles/_mixins' ;
54import {
65 $white ,
Original file line number Diff line number Diff line change 11import S from './styles' ;
22
3- export function Row ( { customClass, children, styles } ) {
4- return < S . Row style = { styles } > { children } </ S . Row > ;
3+ export function Row ( { customClass, children } ) {
4+ return < S . Row > { children } </ S . Row > ;
55}
66
7- export function RowAlignLeft ( { customClass, children, styles } ) {
8- return < S . RowAlignLeft style = { styles } > { children } </ S . RowAlignLeft > ;
7+ export function RowAlignLeft ( { customClass, children } ) {
8+ return < S . RowAlignLeft > { children } </ S . RowAlignLeft > ;
99}
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ export default function TwoColumn({
1212 color,
1313 bgColor,
1414 link,
15- customInnerClass,
1615 customBtnClass,
1716 $btnColorScheme,
1817 linkText = 'Learn more' ,
Original file line number Diff line number Diff line change 11import styled , { css } from 'styled-components' ;
2- import Image from 'next/image' ;
32import Container from '@/components/containers/Container' ;
43import * as m from '@/styles/_mixins' ;
54import { $white , $darkBgColor } from '@/styles/_variables' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import * as m from '@/styles/_mixins';
44import {
55 $white ,
66 $error ,
7- $transparent ,
87 $darkBgColor ,
98 $primaryAccentColor ,
109 $primaryContentColor ,
You can’t perform that action at this time.
0 commit comments