Skip to content

Commit

Permalink
refactor: update stories paths Confirmations/Confirm
Browse files Browse the repository at this point in the history
  • Loading branch information
digiwand committed Jun 19, 2024
1 parent f72970e commit 9158977
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const store = configureStore({
});

const Story = {
title: 'Components/App/Confirm/info/TypedSignInfoV1',
title: 'Components/App/Confirm/Info/TypedSignInfoV1',
component: TypedSignInfoV1,
decorators: [
(story: () => any) => <Provider store={store}>{story()}</Provider>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
* "V3" or "V4" `eth_signTypedData` signature that parses as a valid permit signature.
*/
export default {
title: 'Pages/Confirmation/ConfirmPage/Signatures/Permit',
title: 'Pages/Confirmations/Confirm/Signatures/Permit',
component: ConfirmPage,
decorators: CONFIRM_PAGE_DECORATOR,
argTypes: ARG_TYPES_SIGNATURE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { unapprovedPersonalSignMsg } from '../../../../../../test/data/confirmat
* The `<ConfirmPage>` that's displayed when the current confirmation is a `personal_sign` signature.
*/
export default {
title: 'Pages/Confirmation/ConfirmPage/Signatures/PersonalSign',
title: 'Pages/Confirmations/Confirm/Signatures/PersonalSign',
component: ConfirmPage,
decorators: CONFIRM_PAGE_DECORATOR,
argTypes: ARG_TYPES_SIGNATURE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { signatureRequestSIWE } from '../../../../../../test/data/confirmations/
* that parses as a valid Sign-in-With-Ethereum (SIWE)(EIP-4361) signature.
*/
export default {
title: 'Pages/Confirmation/ConfirmPage/Signatures/SignInWithEthereum',
title: 'Pages/Confirmations/Confirm/Signatures/SignInWithEthereum',
component: ConfirmPage,
decorators: CONFIRM_PAGE_DECORATOR,
argTypes: ARG_TYPES_SIGNATURE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { unapprovedTypedSignMsgV4 } from '../../../../../../test/data/confirmati
* The default example is version "V4".
*/
export default {
title: 'Pages/Confirmation/ConfirmPage/Signatures/SignedTypedDataV3orV4',
title: 'Pages/Confirmations/Confirm/Signatures/SignedTypedDataV3orV4',
component: ConfirmPage,
decorators: CONFIRM_PAGE_DECORATOR,
argTypes: ARG_TYPES_SIGNATURE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { unapprovedTypedSignMsgV1 } from '../../../../../../test/data/confirmati
* The `<ConfirmPage>` that's displayed when the current confirmation is a version "V1" `eth_signTypedData` signature.
*/
export default {
title: 'Pages/Confirmation/ConfirmPage/Signatures/SignTypedDataV1',
title: 'Pages/Confirmations/Confirm/Signatures/SignTypedDataV1',
component: ConfirmPage,
decorators: CONFIRM_PAGE_DECORATOR,
argTypes: ARG_TYPES_SIGNATURE,
Expand Down

0 comments on commit 9158977

Please sign in to comment.