Skip to content

Commit

Permalink
[TM-1343] TM-1343 fix project list link (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
diego-morales-flores-1996 authored Nov 8, 2024
1 parent 251379a commit 898f716
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pages/dashboard/project-list/index.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ const ProjectList = () => {
enableSorting: false,
cell: () => {
return (
<a href="/dashboard/project">
<Icon name={IconNames.IC_ARROW_COLLAPSE} className="h-3 w-3 rotate-90 text-darkCustom hover:text-primary" />
</a>
<Icon
name={IconNames.IC_ARROW_COLLAPSE}
className="h-3 w-3 rotate-90 text-darkCustom hover:cursor-pointer hover:text-primary"
/>
);
}
}
Expand Down

0 comments on commit 898f716

Please sign in to comment.