Skip to content

Commit

Permalink
Update index.js (#20195)
Browse files Browse the repository at this point in the history
## Description 

Fix links

## 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
techdebt-99 authored Nov 6, 2024
1 parent 4a6eaad commit c127802
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/site/src/theme/Footer/Layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function FooterLayout({ style, links, logo, copyright }) {
/>
</svg>
</Link>
<Link to="https://twitter.com/Mysten_Labs">
<Link to="https://x.com/suinetwork">
<svg
width="32"
height="32"
Expand All @@ -54,7 +54,7 @@ export default function FooterLayout({ style, links, logo, copyright }) {
/>
</svg>
</Link>
<Link to="https://medium.com/mysten-labs">
<Link to="https://www.youtube.com/@Sui-Network">
<svg
width="32"
height="32"
Expand All @@ -70,7 +70,7 @@ export default function FooterLayout({ style, links, logo, copyright }) {
/>
</svg>
</Link>
<Link to="https://www.linkedin.com/company/mysten-labs/">
<Link to="https://www.linkedin.com/company/sui-foundation/">
<svg
width="32"
height="32"
Expand Down

0 comments on commit c127802

Please sign in to comment.