Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge #6005

Closed
wants to merge 18 commits into from
Prev Previous commit
Next Next commit
fix
  • Loading branch information
Dorbmon committed Dec 25, 2024
commit d5b3d50d067320ad5cf87ad7fd119e0571d58f33
4 changes: 2 additions & 2 deletions app/components/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ export function SideBar(props: { className?: string }) {
{...props}
>
<SideBarHeader
title="εˆ˜ε­ι˜³ζœ€ηˆ±ζ±Ÿζ™¨ζˆ"
subTitle="ζ±Ÿζ™¨ζˆδΉŸζœ€ηˆ±εˆ˜ε­ι˜³"
title={title}
subTitle={subTitle}
logo={<ChatGptIcon />}
shouldNarrow={shouldNarrow}
>
Expand Down