Update exporter.tsx

This commit is contained in:
LiLeeLing 2024-03-21 23:50:05 +08:00 committed by GitHub
parent 5ae9a3103b
commit 4b681125b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -538,8 +538,8 @@ export function ImagePreviewer(props: {
<NextImage <NextImage
src={ChatGptIcon.src} src={ChatGptIcon.src}
alt="logo" alt="logo"
width={80} width={30}
height={80} height={30}
/> />
</div> </div>