add reactour for template

This commit is contained in:
prafull-opensignlabs
2023-12-27 16:26:56 +05:30
parent a4b4dc885c
commit 730a7a4e15
6 changed files with 32 additions and 23 deletions
@@ -254,7 +254,7 @@ function SignerListPlace({
</>
</div>
{handleAddSigner && (
<div className="addSignerBtn" onClick={() => handleAddSigner()}>
<div data-tut="reactourAddbtn" className="addSignerBtn" onClick={() => handleAddSigner()}>
<i className="fa-solid fa-plus"></i>
<span style={{ marginLeft: 2 }}>Add</span>
</div>