Skip to content

Commit 82857c8

Browse files
authored
Merge pull request #2211 from hpe-dev-incubator/fix-double-menu-glp
Remove hardcoded GLP menu from header
2 parents 5a3ae59 + 14279f6 commit 82857c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Header/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,14 @@ function Header() {
193193
reverse
194194
dropContent={
195195
<TextAlignLeft>
196-
<ButtonLink
196+
{/* <ButtonLink
197197
key="pl"
198198
label="HPE GreenLake Platform"
199199
to="/greenlake/hpe-greenlake-platform/home/"
200200
state={{ state: { isPlatformHeaderClicked: true } }}
201201
alignSelf="start"
202202
fill="horizontal"
203-
/>
203+
/> */}
204204
<Box direction="row">
205205
<TextAlignLeft>
206206
<GreenLakeButtonLinks column="left" />

0 commit comments

Comments
 (0)