From eb13c31062e84a1e12ae3d72d875a4a4a8bb3682 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 10 May 2024 12:10:19 +0200 Subject: [PATCH] Get status url instead of card --- src/main/dda/masto_embed/account_mode.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/dda/masto_embed/account_mode.cljs b/src/main/dda/masto_embed/account_mode.cljs index 144c74b..016b0cd 100644 --- a/src/main/dda/masto_embed/account_mode.cljs +++ b/src/main/dda/masto_embed/account_mode.cljs @@ -41,7 +41,7 @@ [:li {:class "list-group-item, card"} [:div {:class "card-body"} [:h2 {:class "card-title"} - [:a {:href (get-in status [:card :url])} + [:a {:href (get-in status [:url])} (t/unparse (t/formatters :date) date) " " (t/unparse (t/formatters :hour-minute-second) date)]] [:p {:class "card-text"}