diff --git a/components/Owner.tsx b/components/Owner.tsx index 7d9da0d..8122d2c 100644 --- a/components/Owner.tsx +++ b/components/Owner.tsx @@ -3,7 +3,7 @@ import DiscordAvatar from './DiscordAvatar' const Owner = ({ id, username, tag }:OwnerProps):JSX.Element => { return -
+
@@ -11,7 +11,7 @@ const Owner = ({ id, username, tag }:OwnerProps):JSX.Element => {

{username}

#{tag}
- + }