Skip to content

Commit

Permalink
[dashboard] Add invite members button on projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis authored and roboquat committed Aug 5, 2021
1 parent 8448f30 commit 90f3a7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/dashboard/src/projects/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default function () {
onClick: () => { /* TODO */ }
}]} />
</div>
<Link to="./members"><button className="ml-2 secondary">Invite Members</button></Link>
<button className="ml-2" onClick={() => onNewProject()}>New Project</button>
</div>
<div className="mt-4 grid grid-cols-3 gap-4">
Expand Down

0 comments on commit 90f3a7f

Please sign in to comment.