chore: max height project list on left panel

This commit is contained in:
Faisal Amir 2025-09-25 17:29:38 +07:00
parent a8b9e1f147
commit d690e0fa87

View File

@ -403,7 +403,7 @@ const LeftPanel = () => {
{t('common:projects.title')} {t('common:projects.title')}
</span> </span>
</div> </div>
<div className="flex flex-col"> <div className="flex flex-col max-h-[140px] overflow-y-scroll">
{filteredProjects {filteredProjects
.slice() .slice()
.sort((a, b) => b.updated_at - a.updated_at) .sort((a, b) => b.updated_at - a.updated_at)