Skip to content

Commit

Permalink
[website] Migrates from Twitter to Mastodon
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomyal committed Sep 19, 2024
1 parent b0aff07 commit 9e6d012
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

![Sigma.js](packages/website/static/img/logo-sigma-text.png)

**[Website](https://www.sigmajs.org/)** | **[Documentation](https://www.sigmajs.org/docs)** | **[Storybook](https://www.sigmajs.org/storybook)**
**[Website](https://www.sigmajs.org/)** | **[Documentation](https://www.sigmajs.org/docs)** | **[Storybook](https://www.sigmajs.org/storybook)** | <strong><a rel="me" href="https://vis.social/@sigmajs">Mastodon</a></strong>

---

Expand Down
6 changes: 4 additions & 2 deletions packages/website/src/theme/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ function Footer() {
<a href="/docs">documentation</a>
</li>
<li>
<a href="https://twitter.com/sigmajs">twitter.com/sigmajs</a>
<a href="https://github.com/jacomyal/sigma.js">github.com/jacomyal/sigma.js</a>
</li>
<li>
<a href="https://github.com/jacomyal/sigma.js">github.com/jacomyal/sigma.js</a>
<a rel="me" href="https://vis.social/@sigmajs">
vis.social/@sigmajs (Mastodon)
</a>
</li>
</ul>
</div>
Expand Down
1 change: 1 addition & 0 deletions packages/website/static/img/logo-mastodon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion packages/website/static/img/logo-twitter.svg

This file was deleted.

10 changes: 6 additions & 4 deletions packages/website/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
>
</li>
<li>
<a href="https://twitter.com/sigmajs" class="with-logo"
><img src="./img/logo-twitter.svg" alt="" /> <span>Twitter</span></a
<a rel="me" href="https://vis.social/@sigmajs" class="with-logo"
><img src="./img/logo-mastodon.svg" alt="" /> <span>Mastodon</span></a
>
</li>
<li>
Expand All @@ -74,7 +74,9 @@
<a href="https://github.com/jacomyal/sigma.js"><img src="./img/logo-github.svg" alt="GitHub" /></a>
</li>
<li>
<a href="https://twitter.com/sigmajs"><img src="./img/logo-twitter.svg" alt="Twitter" /></a>
<a rel="me" href="https://vis.social/@sigmajs">
<img src="./img/logo-mastodon.svg" alt="Mastodon" />
</a>
</li>
<li>
<a href="https://stackoverflow.com/questions/tagged/sigma.js"
Expand Down Expand Up @@ -447,7 +449,7 @@ <h3>MARVEL graphs</h3>
<a href="/docs">documentation</a>
</li>
<li>
<a href="https://twitter.com/sigmajs">twitter.com/sigmajs</a>
<a rel="me" href="https://vis.social/@sigmajs">@sigmajs@vis.social on mastodon</a>
</li>
<li>
<a href="https://github.com/jacomyal/sigma.js">github.com/jacomyal/sigma.js</a>
Expand Down

0 comments on commit 9e6d012

Please sign in to comment.