Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneZein committed Oct 23, 2023
1 parent d8ba38a commit 4bf1a78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Feedback/FeedbackModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,11 @@ const FeedbackModal = memo(({ user }: FeedbackModalProps) => {
modalDescription={
<Text>
{intl.formatMessage(messages.describeReportBug)}{' '}
<Text component="a" href="https://access.redhat.com/support/cases/#/case/new/get-support?caseCreate=true&source=console" target="_blank">
<Text
component="a"
href="https://access.redhat.com/support/cases/#/case/new/get-support?caseCreate=true&source=console"
target="_blank"
>
{intl.formatMessage(messages.openSupportCase)} <ExternalLinkAltIcon />
</Text>
</Text>
Expand Down

0 comments on commit 4bf1a78

Please sign in to comment.