Skip to content

Commit

Permalink
chore: rplt-584 update email address on review modal (#11491)
Browse files Browse the repository at this point in the history
  • Loading branch information
plittlewood-rpt authored Nov 8, 2024
1 parent f7c1aef commit 6e0d339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ exports[`SubmitReviewModal should match a snapshot where not a customer 1`] = `
Please
<a
href="mailto:jhennessy@reapit.com?subject=Submitting%20my%20app%20for%20approval%20/%20listing%20in%20the%20AppMarket"
href="mailto:partners@reapit.com?subject=Submitting%20my%20app%20for%20approval%20/%20listing%20in%20the%20AppMarket"
rel="noopener noreferrer"
target="_blank"
>
Expand Down Expand Up @@ -581,7 +581,7 @@ exports[`SubmitReviewModal should match a snapshot where not a customer 1`] = `
Please
<a
href="mailto:jhennessy@reapit.com?subject=Submitting%20my%20app%20for%20approval%20/%20listing%20in%20the%20AppMarket"
href="mailto:partners@reapit.com?subject=Submitting%20my%20app%20for%20approval%20/%20listing%20in%20the%20AppMarket"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const SubmitReviewModal: FC<SubmitReviewModalProps> = ({ closeModal, refe
<BodyText>
Please{' '}
<a
href="mailto:jhennessy@reapit.com?subject=Submitting%20my%20app%20for%20approval%20/%20listing%20in%20the%20AppMarket"
href="mailto:partners@reapit.com?subject=Submitting%20my%20app%20for%20approval%20/%20listing%20in%20the%20AppMarket"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 6e0d339

Please sign in to comment.