Skip to content

Commit

Permalink
title margin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Aug 4, 2023
1 parent 2610672 commit baa774c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/components/whiteboard.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
[checked-page-names set-checked-page-names] (rum/use-state #{})
has-checked? (not-empty checked-page-names)]
[:.p-6.sm:p-12
[:h1.select-none.flex.items-center.whiteboard-dashboard-title.title
[:h1.select-none.flex.items-center.mb-6.whiteboard-dashboard-title.title
[:div (t :all-whiteboards)
[:span.opacity-50
(str " · " total-whiteboards)]]
Expand Down

0 comments on commit baa774c

Please sign in to comment.