More readable no connection color.

This commit is contained in:
Cohee
2023-08-27 22:38:42 +03:00
parent 0844374de5
commit 96512c178e
3 changed files with 9 additions and 24 deletions

View File

@@ -91,7 +91,7 @@ async function generateHypeBot() {
}
if (!secret_state[SECRET_KEYS.NOVEL]) {
setHypeBotText('<span class="hypebot_nokey">No API key found. Please enter your API key in the NovelAI API Settings</span>');
setHypeBotText('<div class="hypebot_nokey">No API key found. Please enter your API key in the NovelAI API Settings to use the HypeBot.</div>');
return;
}