Skip to content

Commit

Permalink
fix(constant.js): customer stories link (#2417)
Browse files Browse the repository at this point in the history
# Description

Fix customer stories link under flyout navigation of use cases.

Fixes #2415 

## Type of change

Please delete options that are not relevant.

- [x] Bug fix (non-breaking change which fixes an issue)

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce.

- [x] Manual Test

# Screenshots / Screen recording



https://github.com/zesty-io/website/assets/70579069/63907101-7dc2-4685-9c70-ef6a5364212e
  • Loading branch information
arzljames authored Apr 1, 2024
1 parent 5924057 commit cc21212
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/components/globals/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2248,6 +2248,11 @@ export const flyoutNavigation = [
],
},
related_articles: null,
meta: {
web: {
uri: '/mindshare/customer-stories/rocket-league-launches-e-sports-site-celebrating-players-and-tournaments/',
},
},
},
],
},
Expand Down Expand Up @@ -2383,6 +2388,11 @@ export const flyoutNavigation = [
],
},
related_articles: null,
meta: {
web: {
uri: '/mindshare/customer-stories/cornershop-by-uber-selects-zesty-io-to-drive-global-expansion-effort/',
},
},
},
],
},
Expand Down

0 comments on commit cc21212

Please sign in to comment.