From 321caf4703d326ad52dd9c1041398010d73ff633 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Sat, 4 Nov 2023 06:49:17 +0900 Subject: [PATCH] chore(footer): add mastodon svg icon (#9689) * feat(footer): add mastodon svg icon ref. Brand Toolkit - Mastodon - https://joinmastodon.org/branding * fix(footer): manual adjustment of mastodon.svg for the footer usage * feat(footer): replace mastodon icon link with twitter * fix(footer): revert twitter icon link * refactor(footer): move "mastodon" order and apply prettier --- client/src/assets/icons/mastodon.svg | 3 +++ client/src/ui/atoms/icon/index.scss | 16 ++++++++-------- client/src/ui/organisms/footer/index.tsx | 10 ++++++++++ 3 files changed, 21 insertions(+), 8 deletions(-) create mode 100644 client/src/assets/icons/mastodon.svg diff --git a/client/src/assets/icons/mastodon.svg b/client/src/assets/icons/mastodon.svg new file mode 100644 index 000000000000..95b8ae63f161 --- /dev/null +++ b/client/src/assets/icons/mastodon.svg @@ -0,0 +1,3 @@ + diff --git a/client/src/ui/atoms/icon/index.scss b/client/src/ui/atoms/icon/index.scss index 0e8bb7e72683..897560727026 100644 --- a/client/src/ui/atoms/icon/index.scss +++ b/client/src/ui/atoms/icon/index.scss @@ -2,14 +2,14 @@ $icons: "add-filled", "add", "altname", "bell-filled", "bell", "bookmark-filled" "bookmark", "cancel", "chatgpt", "checkmark", "chevron", "chrome", "critical", "deno", "deprecated", "desktop", "disabled", "edge", "edit", "ellipses", "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", - "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", "twitter", "unknown", "warning", "webview", "yes", - "yes-circle"; + "github-mark-small", "ie", "information", "language", "mastodon", + "menu-filled", "menu", "mobile", "more", "theme-dark", "next", "no", "nodejs", + "nonstandard", "note-info", "note-warning", "note-deprecated", "opera", + "padlock", "partial", "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", "twitter", "unknown", "warning", + "webview", "yes", "yes-circle"; .icon { --size: var(--icon-size, 1rem); diff --git a/client/src/ui/organisms/footer/index.tsx b/client/src/ui/organisms/footer/index.tsx index f584878f7a8e..c1b9fda3dfb3 100644 --- a/client/src/ui/organisms/footer/index.tsx +++ b/client/src/ui/organisms/footer/index.tsx @@ -22,6 +22,16 @@ export function Footer() {

Your blueprint for a better internet.