From 1821e2bf087007f968dbec9e949144371f08037b Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 10 May 2024 11:31:06 +0200 Subject: [PATCH] Link to status instead of account --- 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 8474720..144c74b 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 [:account :url])} + [:a {:href (get-in status [:card :url])} (t/unparse (t/formatters :date) date) " " (t/unparse (t/formatters :hour-minute-second) date)]] [:p {:class "card-text"}