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 058543c commit 3f275ffCopy full SHA for 3f275ff
src/components/Header/index.js
@@ -38,10 +38,10 @@ function Header() {
38
const greenlake = data?.greenlake?.edges;
39
40
const GreenLakeButtonLinks = ({ column }) => {
41
- /* const leftColumn = greenlake.filter((gl, index) => index % 2 === 0); */
42
- const leftColumn = greenlake;
43
- const rightColumn = greenlake.filter((gl, index) => index % 2);
44
-
+ /* const leftColumn = greenlake.filter((gl, index) => index % 2 === 0); */
+ const leftColumn = greenlake;
+ const rightColumn = greenlake.filter((gl, index) => index % 2);
+
45
const externalLinks = [
46
{
47
title: 'HPE GreenLake API Portal',
0 commit comments