diff --git a/components/Owner.tsx b/components/Owner.tsx index 9ac242d..a8a06f5 100644 --- a/components/Owner.tsx +++ b/components/Owner.tsx @@ -3,12 +3,21 @@ import DiscordImage from './DiscordImage' const Owner = ({ id, username, tag, avatarHash }:OwnerProps):JSX.Element => { return - - - - {username} #{tag} + + + + + + {username} + #{tag} - + + {/* + + + {username} #{tag} + + */} }