Skip to content

Commit

Permalink
update menu: resources (#398)
Browse files Browse the repository at this point in the history
Co-authored-by: cuteolaf <[email protected]>
  • Loading branch information
TopETH and cuteolaf authored Jul 17, 2024
1 parent 868d59a commit 93c3ef2
Showing 1 changed file with 45 additions and 17 deletions.
62 changes: 45 additions & 17 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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{" "}
Expand All @@ -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>
Expand All @@ -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">
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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" }}
Expand Down

0 comments on commit 93c3ef2

Please sign in to comment.