QRCodeModal
A simple modal displaying the currently signed-in user's address in the form of a QR code.
Last updated
A simple modal displaying the currently signed-in user's address in the form of a QR code.
Last updated
/* /src/components/QRCodeModal.tsx */
"use client";
import React from "react";
import CopyToClipboard from "react-copy-to-clipboard";
import { QrCodeIcon, XCircleIcon } from "@heroicons/react/24/outline";
import { QRCodeSVG } from