2 Commits

Author SHA1 Message Date
ac61fe47ca Update bot project name to be a little less generic
(cherry picked from commit 24d424bd90)
2024-12-09 19:27:17 -08:00
be4b84ee75 Link to the new TokenBot project
(cherry picked from commit 1345b984d4)
2024-12-08 20:22:38 -08:00
2 changed files with 15 additions and 1 deletions

View File

@@ -78,7 +78,11 @@
Copy URL to this Chart
</button>
</div>
<div>
<div class="other-projects">
<p><em>
Get alerted when the Token hits certain thresholds using GoblinBot, find out more <a href="https://blog.emily.sh/token-bot/">here!</a>
</em></p>
<hr />
<p><em>Looking for the retail WoW Token price? Find it <a href="https://wowtoken.app">here!</a></em></p>
</div>
</div>

View File

@@ -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;