Link to the new TokenBot project
(cherry picked from commit 1345b984d4
)
This commit is contained in:
parent
bc44d4fe35
commit
be4b84ee75
@ -78,7 +78,11 @@
|
|||||||
Copy URL to this Chart
|
Copy URL to this Chart
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="other-projects">
|
||||||
|
<p><em>
|
||||||
|
Get alerted when the Token hits certain thresholds using TokenBot, 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>
|
<p><em>Looking for the retail WoW Token price? Find it <a href="https://wowtoken.app">here!</a></em></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -420,6 +420,16 @@ details[open] summary {
|
|||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.other-projects {
|
||||||
|
border: 1px solid silver;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.other-projects > p {
|
||||||
|
line-height: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.data-header h1 {
|
.data-header h1 {
|
||||||
margin-top: 24px;
|
margin-top: 24px;
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
|
Loading…
Reference in New Issue
Block a user