Dashboard: add onClick to View All projects
cgen-170fc512fe834ad78d5475d03c0d9a96
This commit is contained in:
parent
ee157a141d
commit
5b96c455ca
1 changed files with 1 additions and 1 deletions
|
|
@ -1200,7 +1200,7 @@ export default function Dashboard() {
|
|||
Your active development projects
|
||||
</CardDescription>
|
||||
</div>
|
||||
<Button variant="outline" size="sm" className="hover-lift">
|
||||
<Button variant="outline" size="sm" className="hover-lift" onClick={() => navigate("/projects")}>
|
||||
View All
|
||||
<ChevronRight className="h-4 w-4 ml-1" />
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue