diff --git a/frontend/src/components/VideoCard.tsx b/frontend/src/components/VideoCard.tsx index 597470c..05b5861 100644 --- a/frontend/src/components/VideoCard.tsx +++ b/frontend/src/components/VideoCard.tsx @@ -233,7 +233,10 @@ function VideoCard({ <> {video.view_count != null && ( <> - {formatViews(video.view_count)} {t("card.views")} ·{" "} + + {formatViews(video.view_count)} {t("card.views")} + {" "} + ·{" "} )} {relativeTime(video.published_at)}