mirror of
https://github.com/tuna2134/cecilia.git
synced 2026-02-06 14:42:40 +00:00
header.tsx を更新
This commit is contained in:
@@ -23,7 +23,6 @@ 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 (
|
||||
<header className="flex h-screen w-screen items-center justify-center">
|
||||
|
||||
Reference in New Issue
Block a user