From ed8bf5e8136df11d14d3692b442f8b1871b86667 Mon Sep 17 00:00:00 2001 From: tuna2134 Date: Mon, 11 Aug 2025 19:59:46 +0900 Subject: [PATCH] Update header.tsx --- components/pages/home/header.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/pages/home/header.tsx b/components/pages/home/header.tsx index 9a46a8a..304ea4c 100644 --- a/components/pages/home/header.tsx +++ b/components/pages/home/header.tsx @@ -23,6 +23,7 @@ const Header: React.FC = async () => { }, ); const data = await res.json(); + console.log(data); const avatarURL = `https://cdn.discordapp.com/avatars/739702692393517076/${data.avatar}.png?size=1024`; return (