Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
fix: better layout
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuoushub committed Apr 1, 2022
1 parent a404666 commit 6c15adf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/src/layouts/BlogLayout/BlogLayout.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,9 @@ generated.play = async ({ canvasElement }) => {
expect(homeLink).toHaveTextContent('Contact')
}

export default { title: 'Layouts/BlogLayout' }
export default {
title: 'Layouts/BlogLayout',
parameters: {
layout: 'fullscreen',
},
}

0 comments on commit 6c15adf

Please sign in to comment.