Skip to content

Commit

Permalink
Update snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dabbott committed Jan 17, 2024
1 parent 8ed703a commit 9ca9154
Showing 1 changed file with 32 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1805,10 +1805,24 @@ exports[`renders classnames 1`] = `
justify=\\"center\\"
>
<Tag>New</Tag>
<Heading as=\\"h1\\" fontSize=\\"6xl\\" lineHeight=\\"1\\" textAlign=\\"center\\">
<Heading
as=\\"h1\\"
fontSize=\\"6xl\\"
fontWeight=\\"bold\\"
letterSpacing=\\"tight\\"
lineHeight=\\"1\\"
textAlign=\\"center\\"
>
Create, iterate, inspire.
</Heading>
<Heading as=\\"h4\\" fontSize=\\"3xl\\" lineHeight=\\"1\\" textAlign=\\"center\\">
<Heading
as=\\"h4\\"
fontSize=\\"3xl\\"
fontWeight=\\"bold\\"
letterSpacing=\\"tight\\"
lineHeight=\\"1\\"
textAlign=\\"center\\"
>
Turn great ideas into new possibilities.
</Heading>
<Flex gap=\\"4\\" mt=\\"2\\" align=\\"center\\">
Expand All @@ -1829,10 +1843,24 @@ exports[`renders default 1`] = `
justify=\\"center\\"
>
<Tag>New</Tag>
<Heading as=\\"h1\\" fontSize=\\"6xl\\" lineHeight=\\"1\\" textAlign=\\"center\\">
<Heading
as=\\"h1\\"
fontSize=\\"6xl\\"
fontWeight=\\"bold\\"
letterSpacing=\\"tight\\"
lineHeight=\\"1\\"
textAlign=\\"center\\"
>
Create, iterate, inspire.
</Heading>
<Heading as=\\"h4\\" fontSize=\\"3xl\\" lineHeight=\\"1\\" textAlign=\\"center\\">
<Heading
as=\\"h4\\"
fontSize=\\"3xl\\"
fontWeight=\\"bold\\"
letterSpacing=\\"tight\\"
lineHeight=\\"1\\"
textAlign=\\"center\\"
>
Turn great ideas into new possibilities.
</Heading>
<Flex gap=\\"4\\" mt=\\"2\\" align=\\"center\\">
Expand Down

0 comments on commit 9ca9154

Please sign in to comment.