mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
style/options/ETAPI: add an icon to the create token button
This commit is contained in:
parent
88aa9a4e79
commit
1369a44d9b
@ -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 />
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user