From 6ec7b8a7048f021849bf871304ec7f3e8dedd738 Mon Sep 17 00:00:00 2001 From: Junyi Du Date: Wed, 6 Jul 2022 13:33:44 +0800 Subject: [PATCH] chore: change join community icon --- src/main/frontend/components/header.cljs | 2 +- src/main/frontend/components/onboarding.cljs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/frontend/components/header.cljs b/src/main/frontend/components/header.cljs index 4a179df1f..75e3fb350 100644 --- a/src/main/frontend/components/header.cljs +++ b/src/main/frontend/components/header.cljs @@ -175,7 +175,7 @@ :options {:href "https://discuss.logseq.com" :title (t :discourse-title) :target "_blank"} - :icon (ui/icon "brand-discord")}] ;; TODO we need a discourse brand + :icon (ui/icon "message-circle")}] (concat page-menu-and-hr) (remove nil?)) {}))) diff --git a/src/main/frontend/components/onboarding.cljs b/src/main/frontend/components/onboarding.cljs index e00708022..a347b8513 100644 --- a/src/main/frontend/components/onboarding.cljs +++ b/src/main/frontend/components/onboarding.cljs @@ -14,7 +14,7 @@ [:div.help.cp__sidebar-help-docs (let [discourse-with-icon [:div.flex-row.inline-flex.items-center [:span.mr-1 (t :help/forum-community)] - (ui/icon "brand-discord" {:style {:font-size 20}})] ;; TODO we need a discourse brand + (ui/icon "message-circle" {:style {:font-size 20}})] list [{:title "Usage" :children [[[:a