Applies all of the feedback for the new page
This commit is contained in:
@@ -20,6 +20,6 @@
|
||||
[:div.flex.flex-col.gap-y-2
|
||||
(for [l links]
|
||||
[:div.flex-initial
|
||||
[:a {:href (:link l)}
|
||||
[:a {:href (:link l) :target "_blank"}
|
||||
(com/pill {:color (or (:color l) :primary) :class "truncate block shrink grow-0"}
|
||||
(:content l))]])]]]]))
|
||||
Reference in New Issue
Block a user