From be4b84ee75c7fb9f63b0fbed36193930b093d6fc Mon Sep 17 00:00:00 2001 From: Emily Doherty Date: Sun, 8 Dec 2024 20:20:40 -0800 Subject: [PATCH] Link to the new TokenBot project (cherry picked from commit 1345b984d4676d6a54bdf4dcf5113d404eb006e6) --- src/index.html | 6 +++++- src/style.css | 10 ++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index bb9721c..e826b92 100644 --- a/src/index.html +++ b/src/index.html @@ -78,7 +78,11 @@ Copy URL to this Chart -
+
+

+ Get alerted when the Token hits certain thresholds using TokenBot, find out more here! +

+

Looking for the retail WoW Token price? Find it here!

diff --git a/src/style.css b/src/style.css index 7efc882..175a5bc 100644 --- a/src/style.css +++ b/src/style.css @@ -420,6 +420,16 @@ details[open] summary { margin: 10px; } +.other-projects { + border: 1px solid silver; + margin-bottom: 10px; + font-size: 15px; +} + +.other-projects > p { + line-height: 1em; +} + .data-header h1 { margin-top: 24px; margin-bottom: 24px;