From dd02e212dcd1cf977e4d5f28ab9734fb91f01ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Wed, 10 Feb 2021 17:38:00 +0900 Subject: [PATCH] feat: using a tag for tab control --- components/Owner.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}
- + }