Skip to content

Commit 97cf3ee

Browse files
authored
Merge pull request #2132 from m-ou-se/bluesky
Update social media: twitter -> bluesky.
2 parents 59edbd2 + 640cbe4 commit 97cf3ee

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

locales/en-US/common.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ learn-more = Learn More
1111
discord = Discord
1212
zulip = Zulip
1313
mastodon = Mastodon
14+
bluesky = Bluesky
1415
1516
## components/panels/domain.hbs
1617

static/images/bluesky.svg

Lines changed: 16 additions & 0 deletions
Loading

templates/components/footer.html.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<h4>{{fluent "footer-social"}}</h4>
3333
<div class="flex flex-row flex-wrap items-center">
3434
<a rel="me" href="https://social.rust-lang.org/@rust" target="_blank"><img src="/static/images/mastodon.svg" alt="{{fluent "mastodon"}}" title="{{fluent "mastodon"}}" /></a>
35-
<a href="https://twitter.com/rustlang" target="_blank"><img src="/static/images/twitter.svg" alt="twitter logo" title="{{fluent "footer-youtube-alt"}}"/></a>
35+
<a rel="me" href="https://bsky.app/profile/rust-lang.org" target="_blank"><img src="/static/images/bluesky.svg" alt="{{fluent "bluesky"}}" title="{{fluent "bluesky"}}" /></a>
3636
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target="_blank"><img class="pv2" src="/static/images/youtube.svg" alt="{{fluent "footer-alt-youtube"}}" title="YouTube"/></a>
3737
<a href="https://discord.gg/rust-lang" target="_blank"><img src="/static/images/discord.svg" alt="discord logo" title="{{fluent "footer-discord-alt"}}"/></a>
3838
<a href="https://github.com/rust-lang" target="_blank"><img src="/static/images/github.svg" alt="github logo" title="{{fluent "footer-github-alt"}}"/></a>

0 commit comments

Comments
 (0)