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 || [])}
|
{getPriorityFromTech(project.technologies || [])}
|
||||||
</Badge>
|
</Badge>
|
||||||
<Button
|
<Button variant="outline" size="sm" onClick={() => navigate(`/projects/${project.id}/board`)}>
|
||||||
variant="ghost"
|
Open Board
|
||||||
size="sm"
|
|
||||||
className="hover-lift"
|
|
||||||
>
|
|
||||||
<MoreHorizontal className="h-4 w-4" />
|
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue