Dashboard: add Open Board button
cgen-5076b54898cb46e1a1966f697e83e9fb
This commit is contained in:
parent
5b96c455ca
commit
d5de537d4b
1 changed files with 2 additions and 6 deletions
|
|
@ -1266,12 +1266,8 @@ export default function Dashboard() {
|
|||
>
|
||||
{getPriorityFromTech(project.technologies || [])}
|
||||
</Badge>
|
||||
<Button
|
||||
variant="ghost"
|
||||
size="sm"
|
||||
className="hover-lift"
|
||||
>
|
||||
<MoreHorizontal className="h-4 w-4" />
|
||||
<Button variant="outline" size="sm" onClick={() => navigate(`/projects/${project.id}/board`)}>
|
||||
Open Board
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue