Skip to content

Commit

Permalink
fix(footer): revert twitter icon link
Browse files Browse the repository at this point in the history
  • Loading branch information
shuuji3 committed Oct 11, 2023
1 parent 03a3b30 commit bbaa69c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/src/assets/icons/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion client/src/ui/atoms/icon/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $icons: "add-filled", "add", "altname", "bell-filled", "bell", "bookmark-filled"
"prefix", "preview", "previous", "quote", "safari", "samsunginternet",
"search", "send", "server", "sidebar", "simple-firefox", "small-arrow",
"theme-light", "star-filled", "star", "theme-os-default", "thumbs-down",
"thumbs-up", "trash", "mastodon", "unknown", "warning", "webview", "yes",
"thumbs-up", "trash", "twitter", "mastodon", "unknown", "warning", "webview", "yes",
"yes-circle";

.icon {
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 @@ -32,6 +32,16 @@ export function Footer() {
<span className="visually-hidden">MDN on Mastodon</span>
</a>
</li>
<li>
<a
className="icon icon-twitter"
href="https://twitter.com/mozdevnet"
target="_blank"
rel="noopener noreferrer"
>
<span className="visually-hidden">MDN on Twitter</span>
</a>
</li>
<li>
<a
className="icon icon-github-mark-small"
Expand Down

0 comments on commit bbaa69c

Please sign in to comment.