Skip to content

Commit

Permalink
Update src/components/Drawer/Drawer.mocks.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovannaMonti authored Jul 12, 2024
1 parent 5c1d14a commit 0d6a604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Drawer/Drawer.mocks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const DrawerLipsumFooterButton = ({ text, hierarchy } : {text: string, hi
export const drawerLipsumFooter = {
buttons: [
<DrawerLipsumFooterButton key="action-button" text="Primary Action" />,
<DrawerLipsumFooterButton hierarchy={Hierarchy.Neutral} key="action-button" text="Secondary Action" />,
<DrawerLipsumFooterButton hierarchy={Hierarchy.Neutral} key="secondary-action-button" text="Secondary Action" />,
],
extra: 'Extra text',
}

0 comments on commit 0d6a604

Please sign in to comment.