Skip to content

Commit

Permalink
chore(footer): add Bluesky link (#12538)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 authored Feb 26, 2025
1 parent 084814b commit c698ef5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/src/assets/icons/bluesky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions client/src/ui/atoms/icon/index.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$icons: "add-filled", "add", "altname", "bell", "bell-filled", "bell-ring",
"bookmark-filled", "bookmark", "cancel", "chatgpt", "checkmark", "chevron",
"chrome", "critical", "curriculum-next", "curriculum-prev", "deno",
"bluesky", "bookmark-filled", "bookmark", "cancel", "chatgpt", "checkmark",
"chevron", "chrome", "critical", "curriculum-next", "curriculum-prev", "deno",
"deprecated", "desktop", "disabled", "edge", "edit", "edit-filled",
"ellipses", "experimental", "external", "eye-filled", "eye", "feed", "filter",
"footnote", "github-mark-small", "ie", "information", "highlight", "history",
Expand Down
10 changes: 10 additions & 0 deletions client/src/ui/organisms/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ export function Footer() {
</a>
<p>Your blueprint for a better internet.</p>
<ul className="social-icons">
<li>
<a
href="https://bsky.app/profile/developer.mozilla.org"
target="_blank"
rel="me noopener noreferrer"
>
<span className="icon icon-bluesky"></span>
<span className="visually-hidden">MDN on Bluesky</span>
</a>
</li>
<li>
<a
href="https://mastodon.social/@mdn"
Expand Down

0 comments on commit c698ef5

Please sign in to comment.