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