Skip to content

Commit

Permalink
Merge pull request #43 from terra-money/update-links
Browse files Browse the repository at this point in the history
Update links
  • Loading branch information
evanorti authored Mar 12, 2024
2 parents 391f523 + 6fdfd66 commit 9f726de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions frontend/src/content/HowItWorks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ import styles from './MDX.module.scss';

The information in this site can be found in the following articles.

\- **[Introducing AllianceDAO](https://medium.com/terra-money/introducing-alliancedao-84ab93501f3c)**: About the DAO and how it works.
\- **[AllianceDAO: The Backstory](https://medium.com/terra-money/alliancedao-the-backstory-15c4901f4f2d)**: The story behind the art.
\- **[AllianceDAO Is Live](https://medium.com/terra-money/alliancedao-is-live-47aea2cdfb79)**: Information on the NFT claim.
\- **[AllianceDAO Rarity Explained](https://www.notion.so/terra-money/AllianceDAO-NFT-Rarity-8703a27a9eb74844a71469936afba6b4?pvs=4)**: Information on NFT rarity.
\- [Introducing AllianceDAO](https://medium.com/terra-money/introducing-alliancedao-84ab93501f3c): About the DAO and how it works.
\- [AllianceDAO: The Backstory](https://medium.com/terra-money/alliancedao-the-backstory-15c4901f4f2d): The story behind the art.
\- [AllianceDAO Is Live](https://medium.com/terra-money/alliancedao-is-live-47aea2cdfb79): Information on the NFT claim.
\- [AllianceDAO Rarity Explained](https://www.notion.so/terra-money/AllianceDAO-NFT-Rarity-8703a27a9eb74844a71469936afba6b4?pvs=4): Information on NFT rarity.

You can follow AllianceDAO on X at **[@The_AllianceDAO](https://twitter.com/The_AllianceDAO)** for the most up to date information.
You can follow AllianceDAO on X at [@The_AllianceDAO](https://twitter.com/The_AllianceDAO) for the most up to date information.

Stake your NFT and participate in DAO governance by visiting the **[AllianceDAO Enterprise page](https://dao.enterprise.money/dao?address=terra1g0mfrpswewteaf9ky4rlj09wh5njp6u9xxk94uszplw4qz2f9mzq3k27fm)**.
Stake your NFT and participate in DAO governance by visiting the [AllianceDAO Enterprise page](https://dao.enterprise.money/dao?address=terra1g0mfrpswewteaf9ky4rlj09wh5njp6u9xxk94uszplw4qz2f9mzq3k27fm).

Join the conversation by visiting the **[AllianceDAO Telegram room](https://t.me/The_AllianceDAO)**.
Join the conversation by visiting the [AllianceDAO Telegram room](https://t.me/The_AllianceDAO).

</div>

Expand All @@ -28,7 +28,7 @@ Join the conversation by visiting the **[AllianceDAO Telegram room](https://t.me

## About AllianceDAO

The AllianceDAO NFT is an NFT project launched to reward participants of the Game of Alliance (GOA). The GoA was an incentivized testnet designed to battle-test Terra’s Alliance module before its mainnet launch, and it ran from February 9th to March 2nd, 2023. During the game, users could stake on different Alliance chains and move their tokens around to optimize rewards as the parameters of each chain changed. Player’s final scores were calculated based on the total staking rewards they earned plus the points they earned from completing different missions. For more information on the Alliance module and how it works, visit the **[Alliance website](https://alliance.terra.money/)**.
The AllianceDAO NFT is an NFT project launched to reward participants of the Game of Alliance (GOA). The GoA was an incentivized testnet designed to battle-test Terra’s Alliance module before its mainnet launch, and it ran from February 9th to March 2nd, 2023. During the game, users could stake on different Alliance chains and move their tokens around to optimize rewards as the parameters of each chain changed. Player’s final scores were calculated based on the total staking rewards they earned plus the points they earned from completing different missions. For more information on the Alliance module and how it works, visit the [Alliance website](https://alliance.terra.money/).

## Mission

Expand Down
4 changes: 2 additions & 2 deletions frontend/src/pages/nft/NFTs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const PaginationControls = ({
Start
</button>
<button onClick={() => skipPages(-0.1)} disabled={currentPage <= 1}>
Rewind {Math.round(totalPages * 0.1)}
&lt;&lt; {Math.round(totalPages * 0.1)} Pages
</button>
<button onClick={goToPreviousPage} disabled={currentPage === 1}>
Previous
Expand All @@ -89,7 +89,7 @@ const PaginationControls = ({
onClick={() => skipPages(0.1)}
disabled={currentPage >= totalPages}
>
Fast Forward {Math.round(totalPages * 0.1)}
{Math.round(totalPages * 0.1)} Pages &gt;&gt;
</button>
<button
onClick={() => goToPage(totalPages)}
Expand Down
1 change: 1 addition & 0 deletions frontend/src/styles/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
--token-primary-400: hsl(194, 100%, 44%);
--token-primary-500: hsl(194, 100%, 50%);
--token-font-family-default: EuclidSquare;
--link: #02a3d9;
}

0 comments on commit 9f726de

Please sign in to comment.