Skip to content

Commit 82ff3f8

Browse files
fix greenlake menu in header
1 parent a6679e0 commit 82ff3f8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/components/Header/index.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,18 +75,18 @@ function Header() {
7575
);
7676
});
7777

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-
});
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+
// });
9090
const allLinks = [/* ...elColumns, */ ...glColumns];
9191
return allLinks;
9292
};

0 commit comments

Comments
 (0)