diff --git a/apps/web/app/r/[reference]/page.tsx b/apps/web/app/r/[reference]/page.tsx index 2ec9ccf78..f6c35146c 100644 --- a/apps/web/app/r/[reference]/page.tsx +++ b/apps/web/app/r/[reference]/page.tsx @@ -34,16 +34,12 @@ export default async function ReceiptPage({ params }: { params: Promise<{ refere receipt = await api.getReceipt(reference); } catch { return ( - - -
-
-

Receipt not found

-

No payment found for this reference. The link may still be awaiting payment, or the reference is incorrect.

-
-
- - +
+
+

Receipt not found

+

No payment found for this reference. The link may still be awaiting payment, or the reference is incorrect.

+
+
); }