Skip to content

Commit

Permalink
fix: copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo0 committed Nov 25, 2024
1 parent f82bfc8 commit 05106c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Claim/Generic/AlreadyClaimed.view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const AlreadyClaimedLinkView = ({ claimLinkData }: { claimLinkData: inter

return (
<div className="flex w-full flex-col items-center justify-center gap-6 py-2 pb-20 text-center">
<label className="text-h2">Sorry, this link has been claimed already.</label>
<label className="text-h2">Payment Receipt</label>
{dataAvailable && (
<div className="flex w-full flex-col items-center justify-center gap-2">
<label className="text-h8 ">This link previously contained:</label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const AlreadyPaidLinkView = ({ requestLinkData }: { requestLinkData: _con
reference={requestLinkData?.reference}
attachmentUrl={requestLinkData?.attachmentUrl}
/>
<label className="text-h2">Sorry, this link has already been paid.</label>
<label className="text-h2">Payment Receipt</label>
{dataAvailable && (
<div className="flex w-full flex-col items-center justify-center gap-2">
<label className="text-h8 ">This link previously contained:</label>
Expand Down

0 comments on commit 05106c0

Please sign in to comment.