diff --git a/src/main/dda/masto_embed/api.cljs b/src/main/dda/masto_embed/api.cljs index dc069ee..f1c5c85 100644 --- a/src/main/dda/masto_embed/api.cljs +++ b/src/main/dda/masto_embed/api.cljs @@ -33,7 +33,7 @@ [:div {:class "card" :url url} (when (some? image) [:img {:src image}]) - [:h1 title] + [:h3 title] [:p description]]))) (defn masto->html [statuses]