mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 15:46:39 +08:00
Update auth.tsx
This commit is contained in:
parent
a4577c9c17
commit
b141f7db6d
@ -45,7 +45,6 @@ export function AuthPage() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles["auth-page"]}>
|
<div className={styles["auth-page"]}>
|
||||||
<TopBanner></TopBanner>
|
|
||||||
<div className={styles["auth-header"]}>
|
<div className={styles["auth-header"]}>
|
||||||
<IconButton
|
<IconButton
|
||||||
icon={<LeftIcon />}
|
icon={<LeftIcon />}
|
||||||
@ -105,12 +104,6 @@ export function AuthPage() {
|
|||||||
type="primary"
|
type="primary"
|
||||||
onClick={goChat}
|
onClick={goChat}
|
||||||
/>
|
/>
|
||||||
<IconButton
|
|
||||||
text={Locale.Auth.SaasTips}
|
|
||||||
onClick={() => {
|
|
||||||
goSaas();
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user