오..
This commit is contained in:
@@ -7,10 +7,10 @@ type Props = {
|
||||
onClose: () => void;
|
||||
};
|
||||
|
||||
const imgImage1 = "http://localhost:3845/assets/89fda8e949171025b1232bae70fc9d442e4e70c8.png";
|
||||
const imgContainer = "http://localhost:3845/assets/d04df6bb7fe1bd29946d04be9442029bca1503b0.png";
|
||||
const img = "http://localhost:3845/assets/7adf9a5e43b6c9e5f9bee6adfee64e85eabac44a.svg";
|
||||
const img1 = "http://localhost:3845/assets/9e3b52939dbaa99088659a82db437772ef1ad40e.svg";
|
||||
const imgImage1 = "/imgs/image-1.png";
|
||||
const imgContainer = "/imgs/certificate-container.png";
|
||||
const img = "/imgs/certificate-asset.svg";
|
||||
const img1 = "/imgs/certificate-asset-1.svg";
|
||||
|
||||
export default function FigmaCertificateContent({ onClose }: Props) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user