diff --git a/components/DiscordImage.tsx b/components/DiscordImage.tsx index e1a7403..abc0d18 100644 --- a/components/DiscordImage.tsx +++ b/components/DiscordImage.tsx @@ -1,7 +1,7 @@ import NextImage from 'next/image' -const DiscordImage = (props: { userID: string, avatarHash: string, tag: number|string, className?: string }) => { - return e.target.src = '/img/default.png'}/> +const DiscordImage = (props: { size?: number, userID: string, avatarHash: string, tag: number|string, className?: string }) => { + return } export default DiscordImage