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

This commit is contained in:
Adorian Doran 2025-03-13 05:25:34 +02:00
parent 88aa9a4e79
commit 1369a44d9b

View File

@ -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 />