Browse Source

fix: fix comment metadata flex container

Miguel Ángel Moreno 7 months ago
parent
commit
4a4b40404b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/frontend/tubo/comments/views.cljs

+ 1 - 1
src/frontend/tubo/comments/views.cljs

@@ -23,7 +23,7 @@
 
 (defn comment-bottom-metadata
   [{:keys [upload-date like-count hearted-by-uploader? author-avatar author-name]}]
-  [:div..flex.items-center.my-2
+  [:div.flex.items-center.my-2
    [:div.mr-4
     [:p (utils/format-date-ago upload-date)]]
    (when (and like-count (> like-count 0))