chanaged icons
This commit is contained in:
parent
aba02f64c0
commit
1e079a89eb
@ -210,7 +210,7 @@ useEffect(() => {
|
||||
onClick={handleAddEmail}
|
||||
style={{ width: "24px", height: "24px" }}
|
||||
>
|
||||
<i className="bx bx-plus bx-xs" />
|
||||
<i className="bx bx-plus-circle bx-xs" />
|
||||
</button>
|
||||
) : (
|
||||
<button
|
||||
@ -219,7 +219,7 @@ useEffect(() => {
|
||||
onClick={() => removeEmail(index)}
|
||||
style={{ width: "24px", height: "24px" }}
|
||||
>
|
||||
<i className="bx bx-x bx-xs" />
|
||||
<i className="bx bx-minus-circle bx-xs" />
|
||||
</button>
|
||||
)}
|
||||
</div>
|
||||
@ -270,7 +270,7 @@ useEffect(() => {
|
||||
onClick={handleAddPhone}
|
||||
style={{ width: "24px", height: "24px" }}
|
||||
>
|
||||
<i className="bx bx-plus bx-xs" />
|
||||
<i className="bx bx-plus-circle bx-xs" />
|
||||
</button>
|
||||
) : (
|
||||
<button
|
||||
@ -279,7 +279,7 @@ useEffect(() => {
|
||||
onClick={() => removePhone(index)}
|
||||
style={{ width: "24px", height: "24px" }}
|
||||
>
|
||||
<i className="bx bx-x bx-xs" />
|
||||
<i className="bx bx-minus-circle bx-xs" />
|
||||
</button>
|
||||
)}
|
||||
</div>
|
||||
|
@ -245,7 +245,7 @@ await submitContact({ ...cleaned, id: existingContact.id });
|
||||
onClick={handleAddEmail}
|
||||
style={{ width: "24px", height: "24px" }}
|
||||
>
|
||||
<i className="bx bx-plus bx-xs" />
|
||||
<i className="bx bx-plus-circle bx-xs" />
|
||||
</button>
|
||||
) : (
|
||||
<button
|
||||
@ -254,7 +254,7 @@ await submitContact({ ...cleaned, id: existingContact.id });
|
||||
onClick={() => removeEmail(index)}
|
||||
style={{ width: "24px", height: "24px" }}
|
||||
>
|
||||
<i className="bx bx-x bx-xs" />
|
||||
<i className="bx bx-minus-circle bx-xs" />
|
||||
</button>
|
||||
)}
|
||||
</div>
|
||||
@ -305,7 +305,7 @@ await submitContact({ ...cleaned, id: existingContact.id });
|
||||
onClick={handleAddPhone}
|
||||
style={{ width: "24px", height: "24px" }}
|
||||
>
|
||||
<i className="bx bx-plus bx-xs" />
|
||||
<i className="bx bx-plus-circle bx-xs" />
|
||||
</button>
|
||||
) : (
|
||||
<button
|
||||
@ -314,7 +314,7 @@ await submitContact({ ...cleaned, id: existingContact.id });
|
||||
onClick={() => removePhone(index)}
|
||||
style={{ width: "24px", height: "24px" }}
|
||||
>
|
||||
<i className="bx bx-x bx-xs" />
|
||||
<i className="bx bx-minus-circle bx-xs" />
|
||||
</button>
|
||||
)}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user