Skip to content

Commit

Permalink
feat(ddm): Move feedback button to header (#61997)
Browse files Browse the repository at this point in the history
Move Feedback button to header

- closes #61043
  • Loading branch information
ArthurKnaus authored Dec 19, 2023
1 parent c85a5c0 commit 7ce8974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/app/views/ddm/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from '@emotion/styled';

import ButtonBar from 'sentry/components/buttonBar';
import FeatureBadge from 'sentry/components/featureBadge';
import FloatingFeedbackWidget from 'sentry/components/feedback/widget/floatingFeedbackWidget';
import FeedbackWidgetButton from 'sentry/components/feedback/widget/feedbackWidgetButton';
import {GithubFeedbackButton} from 'sentry/components/githubFeedbackButton';
import FullViewport from 'sentry/components/layouts/fullViewport';
import * as Layout from 'sentry/components/layouts/thirds';
Expand Down Expand Up @@ -39,6 +39,7 @@ function MainContent() {
</Layout.HeaderContent>
<Layout.HeaderActions>
<ButtonBar gap={1}>
<FeedbackWidgetButton />
<GithubFeedbackButton
href="https://github.com/getsentry/sentry/discussions/58584"
label={t('Discussion')}
Expand All @@ -48,7 +49,6 @@ function MainContent() {
</Layout.HeaderActions>
</Layout.Header>
<Layout.Body>
<FloatingFeedbackWidget />
<Layout.Main fullWidth>
<PaddedContainer>
<PageFilterBar condensed>
Expand Down

0 comments on commit 7ce8974

Please sign in to comment.