Skip to content

Commit

Permalink
Change storybook layout to fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
fre-ben committed Feb 14, 2021
1 parent 21bb4ad commit a599a01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/catlinez/catlinez.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ import { getRandomCat, getRandomHeadlineGerman } from "../../utils/api";
import { displayCat } from "../../components/cat/randomcat";
import { displayGermanHeadline } from "../../components/headline/headline";

export default { title: "Pages/Catlinez", parameters: { layout: "centered" } };
export default {
title: "Pages/Catlinez",
parameters: { layout: "fullscreen" },
};

export const catlinez = (args, { loaded: { cat, headline } }) => {
return createElement("div", {
Expand Down

0 comments on commit a599a01

Please sign in to comment.