From 188e78e299478f884506662164371b0bafc9a29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Thu, 7 Jan 2021 22:50:32 +0900 Subject: [PATCH] feat: owner owner owner --- components/Owner.tsx | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) 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} + +
*/} }