From 13d2a5dc298efca71016742669a1095995c1b5ed Mon Sep 17 00:00:00 2001 From: zyqunix Date: Thu, 13 Feb 2025 21:18:14 +0100 Subject: [PATCH] add tooltip to status bubble --- bio/index.html | 2 +- bio/lanyard.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bio/index.html b/bio/index.html index d1dc791..b6be3aa 100644 --- a/bio/index.html +++ b/bio/index.html @@ -26,7 +26,7 @@
-
+
zyqunix
diff --git a/bio/lanyard.js b/bio/lanyard.js index 37427e5..3e96bdd 100644 --- a/bio/lanyard.js +++ b/bio/lanyard.js @@ -21,4 +21,5 @@ lanyard({ nameDiv.setAttribute("data-tooltip", "No custom status"); } + status.setAttribute("data-tooltip", data.discord_status); }) \ No newline at end of file