aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/tubo
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/tubo')
-rw-r--r--src/frontend/tubo/comments/views.cljs2
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))