From c705addccc6b515865820293430f15a37e6bddf9 Mon Sep 17 00:00:00 2001 From: i701 Date: Sat, 31 May 2025 00:02:25 +0500 Subject: [PATCH] feat: enhance MAC address guide with contact button for assistance --- components/devices-to-pay.tsx | 2 +- components/how-to-get-mac.tsx | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/components/devices-to-pay.tsx b/components/devices-to-pay.tsx index 80a9c19..0aeddba 100644 --- a/components/devices-to-pay.tsx +++ b/components/devices-to-pay.tsx @@ -103,7 +103,7 @@ export default function DevicesToPay({ onClick={async () => { setVerifyingTransferPayment(true); try { - const res = await verifyPayment({ + await verifyPayment({ id: payment?.id ?? "", method: "TRANSFER" }); diff --git a/components/how-to-get-mac.tsx b/components/how-to-get-mac.tsx index 5e855ee..e80d21c 100644 --- a/components/how-to-get-mac.tsx +++ b/components/how-to-get-mac.tsx @@ -4,6 +4,10 @@ import { AccordionItem, AccordionTrigger, } from "@/components/ui/accordion" +import { Button } from "@/components/ui/button" +import { PhoneIcon } from "lucide-react" +import Link from "next/link" + export function GetMacAccordion() { return ( @@ -17,7 +21,7 @@ export function GetMacAccordion() {

A MAC (Media Access Control) address is a unique identifier assigned - to a device's network. It is used to identify the device on a + to a device`'`s network. It is used to identify the device on a network, helping to differentiate devices on a network.

@@ -49,7 +53,17 @@ export function GetMacAccordion() { Other Device - Please contact SAR Link for assistance. +

+ Please contact SAR Link for assistance. +

+ + +