Skip to content

Commit

Permalink
fix storybook mocks for support messaging in masthead component
Browse files Browse the repository at this point in the history
  • Loading branch information
cemms1 committed May 16, 2024
1 parent 3a5f3d2 commit 2d8f9f2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions dotcom-rendering/src/components/Masthead.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ const meta = {
args: {
nav,
editionId: 'UK',
idUrl: 'idurl',
mmaUrl: 'mmaUrl',
discussionApiUrl: 'discussionApiUrl',
subscribeUrl: 'subscribeUrl',
idApiUrl: 'idApiUrl',
idUrl: 'https://profile.theguardian.com',
mmaUrl: 'https://manage.theguardian.com',
discussionApiUrl: 'https://discussion.theguardian.com/discussion-api',
idApiUrl: 'https://idapi.theguardian.com',
contributionsServiceUrl: 'https://contributions.guardianapis.com',
subscribeUrl: 'https://subscribe.theguardian.com',
showSubNav: false,
isImmersive: false,
displayRoundel: false,
Expand Down

0 comments on commit 2d8f9f2

Please sign in to comment.