Skip to content

Commit f41c725

Browse files
committed
replace checkmark entity with SVG icon in Pyrodactyl API key message
1 parent d2bd101 commit f41c725

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1571,7 +1571,7 @@ function renderApiKeySaved() {
15711571
section.innerHTML = html`
15721572
<div style="padding:8px 0">
15731573
<p style="color:var(--accent-green);font-size:0.9rem;margin-bottom:16px">
1574-
&#10003; Your Pyrodactyl API key is saved and active.
1574+
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="var(--accent-green)" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" style="margin-right:4px;vertical-align:middle"><polyline points="20 6 9 17 4 12"/></svg>Your Pyrodactyl API key is saved and active.
15751575
</p>
15761576
<div style="display:flex;gap:8px">
15771577
<button class="btn btn-primary" id="modify-api-key-btn">Modify</button>

0 commit comments

Comments
 (0)