Skip to content

Commit

Permalink
chore: update stories for header and Simepage (ENG-58154)
Browse files Browse the repository at this point in the history
  • Loading branch information
echristie-bc committed Jan 15, 2025
1 parent 9be363d commit ed7131e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stories/Header.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ const platformMockValue = {
'href': null,
'children': [
{
'title': 'Workflow Management',
'title': 'Workflow management',
'href': '/admin/workflow_export_import',
'children': [],
},
{
'title': 'Create Workflow',
'title': 'Create workflow',
'href': '/create_workflow/page',
'children': [],
},
Expand Down
4 changes: 2 additions & 2 deletions stories/SimplePage.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ const platformMockValue = {
'href': null,
'children': [
{
'title': 'Workflow Management',
'title': 'Workflow management',
'href': '/admin/workflow_export_import',
'children': [],
},
{
'title': 'Create Workflow',
'title': 'Create workflow',
'href': '/create_workflow/page',
'children': [],
},
Expand Down

0 comments on commit ed7131e

Please sign in to comment.