Skip to content

Commit

Permalink
Update token links
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthiery committed Aug 24, 2023
1 parent e340288 commit c6a955d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/stats/components/HntInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const HntInfo = async () => {
return (
<StatsList
title="HNT"
link="https://docs.helium.com/helium-tokens/hnt"
link="https://docs.helium.com/tokens/hnt-token/"
linkText="Learn More About HNT"
icon="hnt"
>
Expand Down
4 changes: 2 additions & 2 deletions src/app/stats/components/SubDaoInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type SubDaoType = {
const MOBILE_INFO: SubDaoType = {
title: "MOBILE",
activeUrl: "https://mobile-rewards.oracle.helium.io/active-devices",
link: "https://docs.helium.com/helium-tokens/mobile",
link: "https://docs.helium.com/tokens/mobile-token/",
linkText: "Learn More About MOBILE",
icon: "mobile",
subDaoMint: MOBILE_MINT,
Expand All @@ -48,7 +48,7 @@ const MOBILE_INFO: SubDaoType = {
const IOT_INFO: SubDaoType = {
title: "IOT",
activeUrl: "https://iot-rewards.oracle.helium.io/active-devices",
link: "https://docs.helium.com/helium-tokens/iot",
link: "https://docs.helium.com/tokens/iot-token/",
linkText: "Learn More About IOT",
icon: "iot",
subDaoMint: IOT_MINT,
Expand Down

0 comments on commit c6a955d

Please sign in to comment.