removed unnecessary assets

This commit is contained in:
prafull-opensignlabs
2023-12-27 14:17:19 +05:30
parent 8562a4bb46
commit a4b4dc885c
9 changed files with 11 additions and 14 deletions
@@ -1,7 +1,6 @@
import React, { useState } from "react";
import { saveAs } from "file-saver";
import celebration from "../../assests/newCeleb.gif";
import close from "../../assests/close.png";
import Modal from "react-bootstrap/Modal";
import ModalHeader from "react-bootstrap/esm/ModalHeader";
import axios from "axios";
@@ -297,16 +296,18 @@ function EmailComponent({
>
{data}
</span>
<img
alt="print img"
<span
style={{
color: "white",
fontSize: 13,
fontWeight: 600,
marginLeft: 7,
cursor: "pointer"
}}
onClick={() => removeChip(ind)}
src={close}
width={10}
height={10}
style={{ fontWeight: "600", marginLeft: "7px" }}
className="emailChipClose"
/>
>
<i className="fa-solid fa-xmark"></i>
</span>
</div>
);
})}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

@@ -110,10 +110,6 @@
padding: 5px 10px;
}
.emailChipClose:hover {
cursor: pointer;
}
.addEmailInput {
padding: 10px;
border-radius: 4px;