Skip to content

Commit

Permalink
[docs][site] Landing page links (#18967)
Browse files Browse the repository at this point in the history
## Description 

Changing order of landing page links. Testing effects on page views.
Reexamining specific links used is beyond scope.

Previous
<img width="1101" alt="image"
src="https://github.com/user-attachments/assets/dd4cb3f6-9824-4fd2-b2b8-38c308250ee4">

Current
<img width="1101" alt="image"
src="https://github.com/user-attachments/assets/caaa4663-81d0-49f2-b403-f26f154bd584">


## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
ronny-mysten authored Aug 12, 2024
1 parent f8fa785 commit 7d103a9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/site/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,6 @@ export default function Home() {
</div>
</div>
<div className="flex flex-row flex-wrap justify-center gap-2 max-w-[1066px] mx-auto">
<HomeCard title="About Sui">
<Link className={styles.cardLink} to="./concepts/tokenomics">
Tokenomics
</Link>
<Link className={styles.cardLink} to="./concepts/cryptography">
Cryptography
</Link>
<Link className={styles.cardLink} to="standards">
Standards
</Link>
</HomeCard>
<HomeCard title="Developers">
<Link
className={styles.cardLink}
Expand Down Expand Up @@ -82,6 +71,17 @@ export default function Home() {
<span className="block bg-auto bg-[url(../static/img/index/right-arrow.svg)]"></span>
</Link>
</HomeCard>
<HomeCard title="About Sui">
<Link className={styles.cardLink} to="./concepts/tokenomics">
Tokenomics
</Link>
<Link className={styles.cardLink} to="./concepts/cryptography">
Cryptography
</Link>
<Link className={styles.cardLink} to="standards">
Standards
</Link>
</HomeCard>
<HomeCard title="References" aux>
<Link
className={styles.cardLink}
Expand Down

0 comments on commit 7d103a9

Please sign in to comment.