Skip to content

Commit

Permalink
feat(footer): add blog feed icon (#9060)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA authored Jun 9, 2023
1 parent 78c6e35 commit 0f6a075
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/src/assets/icons/feed.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
@@ -1,7 +1,7 @@
$icons: "add-filled", "add", "altname", "bell-filled", "bell", "bookmark-filled",
"bookmark", "cancel", "checkmark", "chevron", "chrome", "critical", "deno",
"deprecated", "desktop", "disabled", "edge", "edit", "ellipses",
"experimental", "external", "eye-filled", "eye", "filter", "footnote",
"experimental", "external", "eye-filled", "eye", "feed", "filter", "footnote",
"github-mark-small", "ie", "information", "language", "menu-filled", "menu",
"mobile", "more", "theme-dark", "next", "no", "nodejs", "nonstandard",
"note-info", "note-warning", "note-deprecated", "opera", "padlock", "partial",
Expand Down
9 changes: 9 additions & 0 deletions client/src/ui/organisms/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ export function Footer() {
<span className="visually-hidden">MDN on GitHub</span>
</a>
</li>
<li>
<a
className="icon icon-feed"
href="/en-US/blog/rss.xml"
target="_blank"
>
<span className="visually-hidden">MDN Blog RSS Feed</span>
</a>
</li>
</ul>
</div>

Expand Down

0 comments on commit 0f6a075

Please sign in to comment.