diff --git a/src/web/public/javascript/__settings_script.js b/src/web/public/javascript/__settings_script.js index b86c320..9a10d60 100644 --- a/src/web/public/javascript/__settings_script.js +++ b/src/web/public/javascript/__settings_script.js @@ -245,7 +245,7 @@ socket.on("ALWAYS/NODES",(data) => { dataToPush.push(`

Note : Les serveurs ci-dessous permettent le bon fonctionnement du Bot.

Si aucun des serveurs ne fonctionne, ajoutez-en en prenant ce lien pour la liste des serveurs : Lavalink SSL

-

`) +
`) dataToPush.push(` @@ -301,7 +301,7 @@ socket.on("ALWAYS/NODES",(data) => { const an_dialog = document.getElementById("an_dialog") const an_close = document.getElementById("an_close") - const an_add = document.getElementById("an_add") + const an_add = document.getElementById("an_create") const an_host = document.getElementById("an_host") const an_port = document.getElementById("an_port") const an_password = document.getElementById("an_password") diff --git a/src/web/public/stylesheets/style.css b/src/web/public/stylesheets/style.css index 6306f91..5a6ed33 100644 --- a/src/web/public/stylesheets/style.css +++ b/src/web/public/stylesheets/style.css @@ -1180,5 +1180,5 @@ p { padding: 7px; border-radius: 12px; text-align: center; - opacity: 0.5; + opacity: 0.8; }