diff --git a/MobileFort/MobileFort/PostView.swift b/MobileFort/MobileFort/PostView.swift index 7732a6e..997d194 100644 --- a/MobileFort/MobileFort/PostView.swift +++ b/MobileFort/MobileFort/PostView.swift @@ -25,7 +25,7 @@ struct PostView: View { VStack(alignment: .leading) { if post.isReblogged() { - Text("Reblogged from " + post.originalUsername!) + Text(post.username + " reblogged from " + post.originalUsername!).foregroundColor(.gray) } if post.getTitle() != nil {