From de630c425ea68a0e3fc4c5d111444874b4b05597 Mon Sep 17 00:00:00 2001 From: Kuba_Z2 <77853483+KubaZ2@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:47:46 +0100 Subject: [PATCH] Improve tooltips in the documentation (#78) --- Documentation/templates-src/NetCord/src/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/templates-src/NetCord/src/main.js b/Documentation/templates-src/NetCord/src/main.js index d91fa0e3..42b19311 100644 --- a/Documentation/templates-src/NetCord/src/main.js +++ b/Documentation/templates-src/NetCord/src/main.js @@ -50,12 +50,12 @@ function toggleSnow() { let icons = [ { icon: "bi bi-github", - tooltip: "GitHub", + tooltip: "Star on GitHub", href: "https://github.com/NetCordDev/NetCord", }, { icon: "bi bi-discord", - tooltip: "Discord", + tooltip: "Join us on Discord", href: "https://discord.gg/meaSHTGyUH", }, {