Skip to content
Snippets Groups Projects
Commit 7e4b7e6b authored by Bogdan Cochior's avatar Bogdan Cochior
Browse files

fix(component): fix typo

parent 29e2a906
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ const Admin = ({
<div>
<Header>
<span>Users</span>
<AddButton onClick={() => history.push('/admin/urers/add')}>
<AddButton onClick={() => history.push('/admin/users/add')}>
<Icon color="#667080">plus-circle</Icon>
Add User
</AddButton>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment