Skip to content

Commit

Permalink
updated snapshots due to Content component change
Browse files Browse the repository at this point in the history
  • Loading branch information
recondesigns committed Mar 3, 2024
1 parent 87a47f8 commit 7b0c272
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
exports[`ColorSection > should render with required props 1`] = `
<React.Fragment>
<Content
className=""
columns={
[
<div>
Expand Down Expand Up @@ -31,12 +30,10 @@ exports[`ColorSection > should render with required props 1`] = `
]
}
hasTitleUnderline={true}
isFullViewportHeight={false}
theme="white"
title="Colors"
/>
<Content
className=""
columns={
[
<Swatch
Expand All @@ -49,8 +46,6 @@ exports[`ColorSection > should render with required props 1`] = `
/>,
]
}
hasTitleUnderline={false}
isFullViewportHeight={false}
theme="white"
title="Other On-Brand Colors"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

exports[`FontSection > should render with required props 1`] = `
<Content
className=""
columns={
[
<ul
Expand Down Expand Up @@ -60,7 +59,6 @@ exports[`FontSection > should render with required props 1`] = `
]
}
hasTitleUnderline={true}
isFullViewportHeight={false}
theme="gray"
title="Typography"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

exports[`LogoSection > should render with required props 1`] = `
<Content
className=""
columns={
[
<ul
Expand Down Expand Up @@ -338,7 +337,6 @@ exports[`LogoSection > should render with required props 1`] = `
]
}
hasTitleUnderline={true}
isFullViewportHeight={false}
theme="gray"
title="Logo"
/>
Expand Down

0 comments on commit 7b0c272

Please sign in to comment.