From cc9132f8c3dccf47b8111a11cd9ce2021168da40 Mon Sep 17 00:00:00 2001 From: Victor Morfin Date: Wed, 7 Apr 2021 13:16:36 -0600 Subject: [PATCH] Adding close button to Support menu Signed-off-by: Victor Morfin --- .../core/src/components/SupportButton/SupportButton.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/core/src/components/SupportButton/SupportButton.tsx b/packages/core/src/components/SupportButton/SupportButton.tsx index eea2b000ca..5bbde953b0 100644 --- a/packages/core/src/components/SupportButton/SupportButton.tsx +++ b/packages/core/src/components/SupportButton/SupportButton.tsx @@ -16,6 +16,7 @@ import { HelpIcon, useApp } from '@backstage/core-api'; import { + Box, Button, List, ListItem, @@ -127,6 +128,11 @@ export const SupportButton = ({ children }: PropsWithChildren) => { {items && items.map((item, i) => )} + + + );