Skip to content

Commit 253cdb5

Browse files
committed
#1934-issue-fixed-2
1 parent 2b4484c commit 253cdb5

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)