Make Manage Organization Users link more prominent (#931)

This commit is contained in:
Joshua T 2021-10-07 21:58:09 +05:30 committed by GitHub
parent 93911d0538
commit 1ffe7442dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -297,7 +297,7 @@ class ManageAppUsers extends React.Component {
</Modal.Body>
<Modal.Footer>
<a href="/users" target="_blank">
<a href="/users" target="_blank" className="btn btn-outline-azure mt-3">
Manage Organization Users
</a>
</Modal.Footer>