Skip to content

Commit 16b5348

Browse files
committed
Change Configure API Key link from account/links to account/edit
1 parent b96fc06 commit 16b5348

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
@@ -1652,7 +1652,7 @@ async function fetchLiveResources(identifier) {
16521652
<div class="empty-state-desc" style="font-size:0.82rem">
16531653
${data.error || 'Add your Pterodactyl API key in Account → Linked Accounts to enable live monitoring.'}
16541654
</div>
1655-
<button class="btn btn-primary btn-sm" onclick="navigateTo('account/links')" style="margin-top:8px;width:auto">Configure API Key</button>
1655+
<button class="btn btn-primary btn-sm" onclick="navigateTo('account/edit')" style="margin-top:8px;width:auto">Configure API Key</button>
16561656
</div>
16571657
`;
16581658
return;

0 commit comments

Comments
 (0)