From 1345b984d4676d6a54bdf4dcf5113d404eb006e6 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 --- 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 5a0c4a6..5aac786 100644 --- a/src/index.html +++ b/src/index.html @@ -80,7 +80,11 @@ Copy URL to this Chart -
+
+

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

+

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

diff --git a/src/style.css b/src/style.css index fbac5cf..337ef7b 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;