Skip to content

Commit

Permalink
enhance: replace discord icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Oct 9, 2021
1 parent 41f8e11 commit 80f5815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
--ls-page-text-size: 1em;
--ls-page-title-size: 36px;
--ls-font-family: 'Inter';
--ls-main-content-max-width: 820px;
--ls-main-content-max-width: 810px;
--ls-main-content-max-width-wide: 100%;
--ls-border-radius-low: 4px;
--ls-border-radius-medium: 8px;
Expand Down
2 changes: 1 addition & 1 deletion src/main/frontend/components/onboarding.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
[:div.help.cp__sidebar-help-docs
(let [discord-with-icon [:div.flex-row.inline-flex.items-center
[:span.mr-1 (t :help/community)]
svg/discord]
(ui/icon "brand-discord" {:style {:font-size 20}})]
list
[{:title "Usage"
:children [[[:a
Expand Down

0 comments on commit 80f5815

Please sign in to comment.