forked from topmonks/calamar
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: cuteolaf <[email protected]>
- Loading branch information
Showing
1 changed file
with
45 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,16 +11,20 @@ export const Footer = () => { | |
<img src={TaoIcon} /> Powered by Bittensor | ||
</div> | ||
<p> | ||
τaostats is a Block Explorer and Analytics Platform for | ||
Bittensor, a decentralized machine learning network. | ||
τaostats is a Block Explorer and Analytics | ||
Platform for Bittensor, a decentralized machine | ||
learning network. | ||
</p> | ||
<p>This site is not affiliated with the Opentensor Foundation.</p> | ||
<p> | ||
The content of this website is provided for information purposes | ||
only. | ||
This site is not affiliated with the Opentensor | ||
Foundation. | ||
</p> | ||
<p> | ||
The content of this website is provided for | ||
information purposes only. | ||
<br /> | ||
No claim is made as to the accuracy or currency of the content | ||
on this site at any time. | ||
No claim is made as to the accuracy or currency | ||
of the content on this site at any time. | ||
</p> | ||
<p> | ||
τaosτaτs is created and maintained by{" "} | ||
|
@@ -31,8 +35,8 @@ export const Footer = () => { | |
> | ||
mogmachine | ||
</a> | ||
. We hope you found it helpful, if you have any suggestions or | ||
issues please contact us at{" "} | ||
. We hope you found it helpful, if you have any | ||
suggestions or issues please contact us at{" "} | ||
<a href="mailto:[email protected]"> | ||
[email protected] | ||
</a> | ||
|
@@ -44,7 +48,9 @@ export const Footer = () => { | |
<h5>Apps</h5> | ||
<ul> | ||
<li> | ||
<a href="https://app.corcel.io/chat">Corcel Chat</a> | ||
<a href="https://app.corcel.io/chat"> | ||
Corcel Chat | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://app.corcel.io/image-studio"> | ||
|
@@ -58,7 +64,9 @@ export const Footer = () => { | |
<a href="https://corcel.io/">Corcel</a> | ||
</li> | ||
<li> | ||
<a href="https://taostats.io/api/">Taostats API</a> | ||
<a href="https://taostats.io/api/"> | ||
Taostats API | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
@@ -78,10 +86,14 @@ export const Footer = () => { | |
<a href="/tokenomics/">Tokenomics</a> | ||
</li> | ||
<li> | ||
<a href="https://nx.taostats.io/">Nakamoto</a> | ||
<a href="https://nx.taostats.io/"> | ||
Nakamoto | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://kx.taostats.io/">Kusanagi</a> | ||
<a href="https://kx.taostats.io/"> | ||
Kusanagi | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
@@ -94,16 +106,31 @@ export const Footer = () => { | |
</a> | ||
</li> | ||
<li> | ||
<a href="/staking">Delegation/Staking</a> | ||
<a href="/staking"> | ||
Delegation/Staking | ||
</a> | ||
</li> | ||
</ul> | ||
<h5>Resources</h5> | ||
<ul> | ||
<li className=""> | ||
<a href="https://taostats.io/links/">Links</a> | ||
<a href="https://taostats.io/links/"> | ||
Links | ||
</a> | ||
</li> | ||
<li className=""> | ||
<a href="https://taostats.io/media/"> | ||
Media | ||
</a> | ||
</li> | ||
<li className=""> | ||
<a href="https://taostats.io/media/">Media</a> | ||
<a | ||
href="https://keycheck.taostats.io/" | ||
target="_blank" | ||
rel="noreferrer" | ||
> | ||
Keycheck | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
@@ -114,7 +141,8 @@ export const Footer = () => { | |
<p>Taostats © 2024.</p> | ||
</div> | ||
<p> | ||
Taostats is funded by public delegation. Support us by delegating{" "} | ||
Taostats is funded by public delegation. Support us | ||
by delegating{" "} | ||
<a | ||
href="https://delegate.taostats.io/staking?hkey=5Hddm3iBFD2GLT5ik7LZnT3XJUnRnN8PoeCFgGQgawUVKNm8" | ||
style={{ color: "#14dec2" }} | ||
|