Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bigfishdesign13 committed Nov 30, 2023
1 parent b3fef4d commit b80f6aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/FeaturedContent/FeaturedContent.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ export const WithControls: Story = {
export const LayoutVariations: Story = {
render: () => (
<SimpleGrid columns={1} maxWidth="1280px" margin="auto">
<Text noSpace>The examples below are within a container with the max-width set to 1280px.</Text>
<Text noSpace>
The examples below are within a container with the max-width set to
1280px.
</Text>
<FeaturedContent
isFullWidth={true}
textContent={
Expand Down

0 comments on commit b80f6aa

Please sign in to comment.