We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6679e0 commit 82ff3f8Copy full SHA for 82ff3f8
src/components/Header/index.js
@@ -75,18 +75,18 @@ function Header() {
75
);
76
});
77
78
- const elColumns = externalLinksColumn.map((el, index) => {
79
- const { slug, title } = el;
80
- return (
81
- <ExternalButtonLink
82
- key={index}
83
- label={title}
84
- to={`${slug}`}
85
- alignSelf="start"
86
- fill="horizontal"
87
- />
88
- );
89
-});
+// const elColumns = externalLinksColumn.map((el, index) => {
+// const { slug, title } = el;
+// return (
+// <ExternalButtonLink
+// key={index}
+// label={title}
+// to={`${slug}`}
+// alignSelf="start"
+// fill="horizontal"
+// />
+// );
+// });
90
const allLinks = [/* ...elColumns, */ ...glColumns];
91
return allLinks;
92
};
0 commit comments