We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a83f6fb + 46b74f1 commit 94d80d7Copy full SHA for 94d80d7
src/sections/General/Navigation/utility/menu-items.js
@@ -209,18 +209,18 @@ const Data = {
209
name: "Calendar",
210
path: "/community/calendar",
211
},
212
- {
213
- name: "Recognition Program",
214
- path: "https://badges.layer5.io",
215
- sepLine: true,
216
- external: true,
217
- },
+
218
],
219
actionItems: [
220
// {
221
// actionName: "Newcomer's journey",
222
// actionLink: "/community/newcomers",
223
// },
+ {
+ actionName: "Recognition Program",
+ actionLink: "https://badges.layer5.io",
+ external: true,
+ },
224
{
225
actionName: "Discussion forum",
226
actionLink: "https://discuss.layer5.io",
0 commit comments