fix: profile issue application error (#3496)
* fix: profile issue application error * chore: app sidebar projects updated to your projects * fix: profile issues update
This commit is contained in:
parent
00e07443b0
commit
61f92563a9
4 changed files with 13 additions and 13 deletions
|
|
@ -206,7 +206,7 @@ export const ProjectSidebarList: FC = observer(() => {
|
|||
type="button"
|
||||
className="group flex w-full items-center gap-1 whitespace-nowrap rounded px-1.5 text-left text-sm font-semibold text-custom-sidebar-text-400 hover:bg-custom-sidebar-background-80"
|
||||
>
|
||||
Projects
|
||||
Your projects
|
||||
{open ? (
|
||||
<ChevronDown className="h-3.5 w-3.5" />
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue