Fix(settings): remove underline in update-email button
This commit is contained in:
@ -6,7 +6,10 @@ import classnames from 'classnames';
|
||||
|
||||
export function UpdateEmailButton() {
|
||||
return (
|
||||
<Link to='/settings/update-email'>
|
||||
<Link
|
||||
style={{ textDecoration: 'none' }}
|
||||
to='/settings/update-email'
|
||||
>
|
||||
<Button
|
||||
block={ true }
|
||||
bsSize='lg'
|
||||
|
Reference in New Issue
Block a user