mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 19:46:37 +08:00
Update exporter.tsx
This commit is contained in:
parent
ba624ff5ac
commit
a3d022ed73
@ -538,15 +538,15 @@ export function ImagePreviewer(props: {
|
|||||||
<NextImage
|
<NextImage
|
||||||
src={ChatGptIcon.src}
|
src={ChatGptIcon.src}
|
||||||
alt="logo"
|
alt="logo"
|
||||||
width={42}
|
width={80}
|
||||||
height={42}
|
height={80}
|
||||||
/>
|
/>
|
||||||
</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
|
By: L.R.T. (lolis.dev)
|
||||||
</div>
|
</div>
|
||||||
<div className={styles["icons"]}>
|
<div className={styles["icons"]}>
|
||||||
<ExportAvatar avatar={config.avatar} />
|
<ExportAvatar avatar={config.avatar} />
|
||||||
|
Loading…
Reference in New Issue
Block a user