Skip to content

Commit

Permalink
Align invite members button on the team page
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis authored and roboquat committed Aug 6, 2021
1 parent 031111f commit a508322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/projects/Projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function () {
onClick: () => { /* TODO */ }
}]} />
</div>
<Link to="./members"><button className="ml-2 secondary">Invite Members</button></Link>
<Link to="./members" className="flex"><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 a508322

Please sign in to comment.