Update sidebar.tsx

This commit is contained in:
cher112 2024-10-31 20:44:42 +08:00 committed by GitHub
parent 49a5e12e38
commit 459ebe199a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -230,7 +230,7 @@ export function SideBar(props: { className?: string }) {
{...props}
>
<SideBarHeader
title="NextChat"
title="ChatGPT - version: cher112"
subTitle="Build your own AI assistant."
logo={<ChatGptIcon />}
shouldNarrow={shouldNarrow}