Skip to content

Commit

Permalink
Merge pull request #11 from terra-money/zion-changes
Browse files Browse the repository at this point in the history
changed a link and added a new line with a link
  • Loading branch information
JoshuaBrigati authored Oct 2, 2023
2 parents ddb8ce6 + acfdeb8 commit efdd36b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,19 @@ export default function Home() {
<div className="info_text mt-2">
<h3>
Learn more about Alliance{" "}
<Link href="https://alliance.terra.money/">
<Link href="https://docs.alliance.terra.money/">
<u>here</u>
</Link>
</h3>
</div>
<div className="info_text mt-2">
<h3>
<Link href="https://twitter.com/terra_money/status/1695426843787305313">
<u>Stake</u>
</Link>
{" "}Alliance assets on Terra
</h3>
</div>
<div className="flex flex-col pt-3 pb-3 mt-12 overflow-auto">
<LoadingComponent isLoading={loading} values={usdValues}>
<div className="flex gap-3">{usdValues && pills.map((pill) => <Pill key={pill.id} pill={pill} data={usdValues[pill.token]} />)}</div>
Expand Down

0 comments on commit efdd36b

Please sign in to comment.