Skip to content

Commit

Permalink
Merge pull request #2671 from RedHatInsights/update-support-case-url
Browse files Browse the repository at this point in the history
update the support case url
  • Loading branch information
Hyperkid123 authored Oct 24, 2023
2 parents bfa7bc3 + 4bf1a78 commit 1add216
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Feedback/FeedbackError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const FeedbackError = ({ onCloseModal }: FeedbackErrorProps) => {
<Text component={TextVariants.h1}>{intl.formatMessage(messages.somethingWentWrong)}</Text>
<Text>
{intl.formatMessage(messages.problemProcessingRequest)}{' '}
<a target="_blank" href="https://access.redhat.com/support" rel="noreferrer">
<a target="_blank" href="https://access.redhat.com/support/cases/#/case/new/get-support?caseCreate=true&source=console" rel="noreferrer">
{intl.formatMessage(messages.redHatSupport)}
</a>
</Text>
Expand Down
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/open-case?caseCreate=true" 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 1add216

Please sign in to comment.