mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-05 21:03:24 -05:00
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