Skip to content

Commit

Permalink
fix(constant.js): arrange the order of navigation items
Browse files Browse the repository at this point in the history
  • Loading branch information
arzljames committed Mar 5, 2024
1 parent 6832200 commit 2141d35
Showing 1 changed file with 2 additions and 58 deletions.
60 changes: 2 additions & 58 deletions src/components/globals/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,62 +306,6 @@ export const flyoutNavigation = [
sort_order: '1',
main_or_blue_secondary_item: '1',
},
{
nav_item_name: 'Find Your Product',
page_link: {
type: 'relationship',
model: 'quiz_landing_pages',
totalItems: 1,
data: [
{
quiz_name: 'How should you build your website or mobile app?',
link: 'https://form.typeform.com/to/vuaPcBrt?typeform-embed-id=8560125309986844&typeform-embed=embed-widget&typeform-source=127.0.0.1&typeform-medium=embed-sdk&typeform-medium-version=next',
embed_code:
'<div data-tf-widget="vuaPcBrt" data-tf-opacity="100" style="width:100%;height:100%;"></div><script src="//embed.typeform.com/next/embed.js"></script>',
},
],
},
external_link_if_needed:
'/quiz-how-should-you-build-your-website-or-mobile-app/',
parent_nav_item: {
type: 'relationship',
model: 'sub_nav2022',
totalItems: 1,
data: [
{
nav_item_name: 'Product Overview',
page_link: {
type: 'relationship',
model: 'technology_overview',
totalItems: 1,
data: [
{
message: 'max hydration depth hit',
},
],
},
external_link_if_needed: null,
parent_nav_item: '0',
icon_image: null,
sort_order: '1',
main_or_blue_secondary_item: '0',
},
],
},
icon_image: {
type: 'images',
totalItems: 1,
data: [
{
type: 'image',
zuid: '3-ecf2530-gk2klf',
url: 'https://kfg6bckb.media.zestyio.com/Find-your-product-nav.png',
},
],
},
sort_order: '3',
main_or_blue_secondary_item: '1',
},
{
nav_item_name: 'Enterprise CMS',
page_link: {
Expand Down Expand Up @@ -1529,7 +1473,7 @@ export const flyoutNavigation = [
},
],
},
sort_order: '2',
sort_order: '3',
main_or_blue_secondary_item: '1',
},
{
Expand Down Expand Up @@ -1846,7 +1790,7 @@ export const flyoutNavigation = [
},
],
},
sort_order: '5',
sort_order: '2',
main_or_blue_secondary_item: '1',
},
{
Expand Down

0 comments on commit 2141d35

Please sign in to comment.