style/options/ETAPI: add an icon to the create token button

pull/1421/head
Adorian Doran 2025-03-13 05:25:34 +07:00
parent 88aa9a4e79
commit 1369a44d9b
1 changed files with 4 additions and 1 deletions

@ -18,7 +18,10 @@ const TPL = `
})}
</p>
<button type="button" class="create-etapi-token btn btn-sm">${t("etapi.create_token")}</button>
<button type="button" class="create-etapi-token btn btn-sm">
<span class="bx bx-plus"></span>
${t("etapi.create_token")}
</button>
<hr />