Update exporter.tsx

This commit is contained in:
LiLeeLing
2024-03-21 23:30:09 +08:00
committed by GitHub
parent 4247f6feae
commit ba624ff5ac

View File

@@ -538,13 +538,13 @@ export function ImagePreviewer(props: {
<NextImage <NextImage
src={ChatGptIcon.src} src={ChatGptIcon.src}
alt="logo" alt="logo"
width={50} width={42}
height={50} height={42}
/> />
</div> </div>
<div> <div>
<div className={styles["main-title"]}>CatGPT</div> <div className={styles["main-title"]}> CatGPT</div>
<div className={styles["sub-title"]}> <div className={styles["sub-title"]}>
lolis.dev lolis.dev
</div> </div>