diff options
Diffstat (limited to 'src/frontend/tubo/comments/views.cljs')
-rw-r--r-- | src/frontend/tubo/comments/views.cljs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/comments/views.cljs b/src/frontend/tubo/comments/views.cljs index 746b4eb..e9b5867 100644 --- a/src/frontend/tubo/comments/views.cljs +++ b/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)) |