We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd8413 commit 0110fb3Copy full SHA for 0110fb3
src/components/ChallengesComponent/index.js
@@ -94,7 +94,7 @@ const ChallengesComponent = ({
94
{(checkAdmin(auth.token) || checkManager(auth.token)) && (
95
<OutlineButton
96
text={'Users'}
97
- type='danger'
+ type='info'
98
submit
99
link={{
100
pathname: '/users',
src/components/Users/index.js
@@ -232,7 +232,7 @@ class Users extends Component {
232
{projectOption && (
233
234
text={'Go To Project'}
235
- type={'danger'}
+ type={'info'}
236
link={`/projects/${projectOption.value}/challenges`} />
237
)}
238
</div>
0 commit comments