From f13390acb32ba4227c8fa368e09dbf751d0756f1 Mon Sep 17 00:00:00 2001 From: Adam Ghannoum Date: Sat, 14 Jul 2018 04:59:44 +0300 Subject: [PATCH] fix(settings): Removed link tag and added href into the button ta The first button in the settings page no longer has a link tag so that the clickable area doesn't overflow outside of the button boundaries BREAKING CHANGE: none AFAIK Closes #17867 --- common/app/routes/Settings/Settings.jsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/common/app/routes/Settings/Settings.jsx b/common/app/routes/Settings/Settings.jsx index 513ae584e1..a126aafd5d 100644 --- a/common/app/routes/Settings/Settings.jsx +++ b/common/app/routes/Settings/Settings.jsx @@ -2,12 +2,9 @@ import PropTypes from 'prop-types'; import React from 'react'; import { connect } from 'react-redux'; import { createSelector } from 'reselect'; - import { Button } from 'react-bootstrap'; - import ns from './ns.json'; import { FullWidthRow, Spacer, Loader } from '../../helperComponents'; -import { Link } from '../../Router'; import AboutSettings from './components/About-Settings.jsx'; import InternetSettings from './components/Internet-Settings.jsx'; import EmailSettings from './components/Email-Settings.jsx'; @@ -77,16 +74,15 @@ export class Settings extends React.Component { return (
- -