You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @TODO:Need to elevate this functionality to outside of the header. Allow this function to take classname as an argument so we can dynamcally create different types of links across multiple compoenents and apply various visual styling.
Copy file name to clipboardExpand all lines: mock/veda.config.js
+3-39Lines changed: 3 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -50,43 +50,10 @@ let mainNavItems = [
50
50
type: 'internalLink'
51
51
}
52
52
];
53
-
letfooterPrimaryNavItems=[
54
-
{
55
-
title: 'Data Catalog',
56
-
to: '/data-catalog',
57
-
type: 'internalLink'
58
-
},
59
-
{
60
-
title: 'Data Catalog 2',
61
-
to: '/data-catalog',
62
-
type: 'internalLink'
63
-
},
64
-
{
65
-
title: 'Data Catalog3',
66
-
to: '/data-catalog',
67
-
type: 'internalLink'
68
-
}
69
-
];
70
-
letfooterPrimaryContactItems=[
71
-
{
72
-
title: 'News and Events',
73
-
to: '/data-catalog',
74
-
type: 'internalLink'
75
-
},
76
-
{
77
-
title: 'About',
78
-
to: '/data-catalog',
79
-
type: 'internalLink'
80
-
},
81
-
{
82
-
title: 'Contact Us',
83
-
to: '/data-catalog',
84
-
type: 'internalLink'
85
-
}
86
-
];
87
53
88
54
letfooterSettings={
89
55
secondarySection: {
56
+
id: 'stories',
90
57
title: 'email test',
91
58
to: '/data-catalog',
92
59
type: 'Email'
@@ -155,11 +122,8 @@ module.exports = {
155
122
mainNavItems,
156
123
subNavItems
157
124
},
158
-
footerItems: {
159
-
footerSettings,
160
-
footerPrimaryContactItems,
161
-
footerPrimaryNavItems
162
-
},
125
+
126
+
footerSettings,
163
127
cookieConsentForm: {
164
128
title: 'Cookie Consent',
165
129
copy: 'We use cookies to enhance your browsing experience and to help us understand how our website is used. These cookies allow us to collect data on site usage and improve our services based on your interactions. To learn more about it, see our [Privacy Policy](https://www.nasa.gov/privacy/#cookies)',
0 commit comments