Skip to content

Commit

Permalink
fix: Fix formatting issues for payment pending message
Browse files Browse the repository at this point in the history
  • Loading branch information
chanbakjsd committed Feb 23, 2023
1 parent 8871b87 commit 9c821c7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/pages/OrderSummary/OrderSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@ export const OrderSummary: FC = () => {
const renderPendingMessage = () => (
<>
<Heading size="xl">PAYMENT PENDING</Heading>
<Text>
We are currently pending confirmation for your payment from our payment
processor. If you have paid, please check back later.
</Text>
<Text>
Should the issue persist, please contact us at merch@ntuscse.com with
proof of payment. We apologize for the inconvenience.
<Text align="center" mb={5}>
We are currently pending confirmation for your payment If you have
paid, please check back later. <br />
Should the issue persist, please contact us at <a
href="mailto:merch@ntuscse.com">merch@ntuscse.com</a> with proof of
payment. We apologize for the inconvenience.
</Text>
<Link to={routes.HOME}>
<Button borderRadius={0} size="sm">
Expand Down

0 comments on commit 9c821c7

Please sign in to comment.