This commit is contained in:
Dorbmon 2024-12-25 14:47:05 +08:00
parent 992a9ea5a0
commit d5b3d50d06
1 changed files with 2 additions and 2 deletions

View File

@ -242,8 +242,8 @@ export function SideBar(props: { className?: string }) {
{...props} {...props}
> >
<SideBarHeader <SideBarHeader
title="刘子阳最爱江晨成" title={title}
subTitle="江晨成也最爱刘子阳" subTitle={subTitle}
logo={<ChatGptIcon />} logo={<ChatGptIcon />}
shouldNarrow={shouldNarrow} shouldNarrow={shouldNarrow}
> >