diff --git a/src/View.elm b/src/View.elm index 2e854bb..65d938a 100644 --- a/src/View.elm +++ b/src/View.elm @@ -236,7 +236,7 @@ statusActionsView status = ( baseBtnClasses ++ " reblogged", Unreblog target.id ) _ -> - ( baseBtnClasses, AddFavorite target.id ) + ( baseBtnClasses, Reblog target.id ) ( favClasses, favEvent ) = case status.favourited of