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:
Anmol Singh Bhatia 2024-01-29 18:04:25 +05:30 committed by GitHub
parent 00e07443b0
commit 61f92563a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 13 additions and 13 deletions

View file

@ -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" />
) : (