Skip to content

Commit

Permalink
Update dropdown items positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
insmac committed Oct 4, 2023
1 parent 9ca24eb commit 1515eed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/web-console/src/scenes/Editor/Menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,11 +261,11 @@ const Menu = () => {
<Chat3 size="18px" />
<FeedbackDialog
withEmailInput
title="Web Console feedback"
title="Contact us"
subtitle="Let us know your thoughts"
trigger={({ setOpen }) => (
<Text color="foreground" onClick={() => setOpen(true)}>
Feedback
Contact us
</Text>
)}
onSubmit={async ({
Expand All @@ -292,17 +292,17 @@ const Menu = () => {
/>
</DropdownMenuItem>
<DropdownMenuItem>
<Question size="18px" />
<Slack size="18px" />
<MenuLink
href="https://questdb.io/docs/develop/web-console/"
text="Web Console Docs"
href="https://slack.questdb.io/"
text="Slack community"
/>
</DropdownMenuItem>
<DropdownMenuItem>
<Slack size="18px" />
<Question size="18px" />
<MenuLink
href="https://slack.questdb.io/"
text="Slack community"
href="https://questdb.io/docs/develop/web-console/"
text="Web Console Docs"
/>
</DropdownMenuItem>
<DropdownMenuItem onClick={() => handleShortcutsToggle(true)}>
Expand Down

0 comments on commit 1515eed

Please sign in to comment.