diff --git a/src/View/Status.elm b/src/View/Status.elm index 20ad538..06d5fb1 100644 --- a/src/View/Status.elm +++ b/src/View/Status.elm @@ -216,7 +216,7 @@ statusView context ({ account, content, media_attachments, reblog, mentions } as [ p [ class "status-info" ] [ Common.icon "fire" , a (accountLinkAttributes ++ [ class "reblogger" ]) - [ text <| " @" ++ account.username ] + [ text <| " " ++ account.display_name ] , text " boosted" ] , Lazy.lazy2 statusView context reblog