From 53d87b7b96c6b218fc1aa45b31e148b1da452222 Mon Sep 17 00:00:00 2001 From: "Laurie T. Malau" Date: Wed, 18 May 2022 14:01:37 +0000 Subject: [PATCH] ui fixes --- components/dashboard/src/Menu.tsx | 2 +- .../src/feedback-form/FeedbackComponent.tsx | 77 +++++++------------ 2 files changed, 28 insertions(+), 51 deletions(-) diff --git a/components/dashboard/src/Menu.tsx b/components/dashboard/src/Menu.tsx index 5c330b0b4f9928..9b5afb0bdb2a1b 100644 --- a/components/dashboard/src/Menu.tsx +++ b/components/dashboard/src/Menu.tsx @@ -395,11 +395,11 @@ export default function Menu() { { title: "Settings", link: "/settings", - separator: true, }, { title: "Help", link: "https://www.gitpod.io/support", + separator: true, }, { title: "Logout", diff --git a/components/dashboard/src/feedback-form/FeedbackComponent.tsx b/components/dashboard/src/feedback-form/FeedbackComponent.tsx index 8fe2d9a917bf15..a59d8307089cc0 100644 --- a/components/dashboard/src/feedback-form/FeedbackComponent.tsx +++ b/components/dashboard/src/feedback-form/FeedbackComponent.tsx @@ -105,55 +105,30 @@ function FeedbackComponent(props: { onClose: () => void; onSubmit: () => void }) <>

Send Feedback

{selectedEmoji ? ( -
-
-
{emojiGroup(24)}
-