diff --git a/src/components/name-text.jsx b/src/components/name-text.jsx
index b2895acc..b1b8952b 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 && (
<>