diff --git a/src/components/name-text.jsx b/src/components/name-text.jsx index b2895ac..b1b8952 100644 --- a/src/components/name-text.jsx +++ b/src/components/name-text.jsx @@ -71,9 +71,9 @@ function NameText({ )} ) : short ? ( - @{username} + {username} ) : ( - @{username} + {username} )} {showAcct && ( <>