Skip to content

Commit

Permalink
Update help menu "Share feedback" -> "Create a support ticket" (dagst…
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm authored and danielgafni committed Jun 18, 2024
1 parent 8d2d936 commit feea7af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const HelpMenu = ({showContactSales = true, onShareFeedback}: Props) => {
/>
<MenuDivider title="Help" />
{onShareFeedback ? (
<MenuItem icon="send" text="Share feedback" onClick={onShareFeedback} />
<MenuItem icon="send" text="Create a support ticket" onClick={onShareFeedback} />
) : null}
<MenuExternalLink
href="https://dagster.io/slack"
Expand Down

0 comments on commit feea7af

Please sign in to comment.