diff --git a/.gitignore b/.gitignore index e80eaeb4..43ab3b24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules dist .vscode -storybook-static \ No newline at end of file +storybook-static +.idea \ No newline at end of file diff --git a/src/Components/Accordion/Accordion.stories.tsx b/src/Components/Accordion/Accordion.stories.tsx index 841d3093..8395bba7 100644 --- a/src/Components/Accordion/Accordion.stories.tsx +++ b/src/Components/Accordion/Accordion.stories.tsx @@ -52,8 +52,28 @@ const sections = [ }, { id: 199, - title: "unbearably", + title: "Explore Bear Mountain on a Segway", order: 6 + }, + { + id: 1991, + title: "Attend a bear-themed costume party", + order: 7 + }, + { + id: 1992, + title: "Try bear-shaped pancakes for breakfast", + order: 8 + }, + { + id: 1993, + title: "Write a story about a bear on an adventure", + order: 9 + }, + { + id: 1994, + title: "unbearably", + order: 10 } ] }, diff --git a/src/Components/Accordion/__snapshots__/Accordion.test.tsx.snap b/src/Components/Accordion/__snapshots__/Accordion.test.tsx.snap index 8bb7f018..e5fcb644 100644 --- a/src/Components/Accordion/__snapshots__/Accordion.test.tsx.snap +++ b/src/Components/Accordion/__snapshots__/Accordion.test.tsx.snap @@ -40,7 +40,7 @@ exports[`Accordion component > renders correctly 1`] = `