From f03a731c362995346d91d983b8bbc22a5ce2ea45 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Tue, 27 Aug 2019 12:30:35 -0500 Subject: [PATCH] fix(style): remove underlines on button text (#36662) * fix/remove-link-underlines * fix(style): remove-underlines-from-buttons * fix: change class to className * style/change-class-to-btn-cta --- .../helpers/CurrentChallengeLink.js | 6 +++++- client/src/components/profile/Profile.js | 21 ++++--------------- .../profile/components/Certifications.js | 16 ++++++-------- client/src/pages/welcome.js | 9 +++----- client/src/templates/Introduction/Intro.js | 12 +++-------- 5 files changed, 21 insertions(+), 43 deletions(-) diff --git a/client/src/components/helpers/CurrentChallengeLink.js b/client/src/components/helpers/CurrentChallengeLink.js index d71b378c02..f1869e578b 100644 --- a/client/src/components/helpers/CurrentChallengeLink.js +++ b/client/src/components/helpers/CurrentChallengeLink.js @@ -25,7 +25,11 @@ const createClickHandler = hardGoTo => e => { function CurrentChallengeLink({ children, hardGoTo }) { return ( - + {children} ); diff --git a/client/src/components/profile/Profile.js b/client/src/components/profile/Profile.js index c0c3e7b3a1..8d84a1e3e3 100644 --- a/client/src/components/profile/Profile.js +++ b/client/src/components/profile/Profile.js @@ -1,6 +1,6 @@ import React, { Fragment } from 'react'; import PropTypes from 'prop-types'; -import { Alert, Button, Grid, Row, Col } from '@freecodecamp/react-bootstrap'; +import { Alert, Grid, Row, Col } from '@freecodecamp/react-bootstrap'; import Helmet from 'react-helmet'; import { Link } from 'gatsby'; @@ -51,13 +51,7 @@ const propTypes = { }; function TakeMeToTheChallenges() { - return ( - - - - ); + return Take me to the Challenges; } function renderIsLocked(username) { @@ -95,15 +89,8 @@ function renderSettingsButton() { - - + + Update my settings diff --git a/client/src/components/profile/components/Certifications.js b/client/src/components/profile/components/Certifications.js index 3ba0b5fe95..5582a9d63b 100644 --- a/client/src/components/profile/components/Certifications.js +++ b/client/src/components/profile/components/Certifications.js @@ -4,7 +4,7 @@ import { Link } from 'gatsby'; import { curry } from 'lodash'; import { createSelector } from 'reselect'; import { connect } from 'react-redux'; -import { Button, Row, Col } from '@freecodecamp/react-bootstrap'; +import { Row, Col } from '@freecodecamp/react-bootstrap'; import { userByNameSelector } from '../../../redux'; import FullWidthRow from '../../helpers/FullWidthRow'; @@ -113,15 +113,11 @@ function renderCertShow(username, cert) { - - + + View {cert.title} diff --git a/client/src/pages/welcome.js b/client/src/pages/welcome.js index 89ee42ac64..f9850ba4cd 100644 --- a/client/src/pages/welcome.js +++ b/client/src/pages/welcome.js @@ -3,11 +3,10 @@ import PropTypes from 'prop-types'; import { bindActionCreators } from 'redux'; import { connect } from 'react-redux'; import { createSelector } from 'reselect'; -import { Grid, Row, Col, Button } from '@freecodecamp/react-bootstrap'; +import { Grid, Row, Col } from '@freecodecamp/react-bootstrap'; import Helmet from 'react-helmet'; -import { Loader, Spacer } from '../components/helpers'; -import CurrentChallengeLink from '../components/helpers/CurrentChallengeLink'; +import { CurrentChallengeLink, Loader, Spacer } from '../components/helpers'; import Supporters from '../components/Supporters'; import { userSelector, @@ -144,9 +143,7 @@ function Welcome({ - + Go to my next challenge diff --git a/client/src/templates/Introduction/Intro.js b/client/src/templates/Introduction/Intro.js index 7661db3655..8d8e5f2224 100644 --- a/client/src/templates/Introduction/Intro.js +++ b/client/src/templates/Introduction/Intro.js @@ -2,11 +2,7 @@ import React from 'react'; import PropTypes from 'prop-types'; import { Link, graphql } from 'gatsby'; import Helmet from 'react-helmet'; -import { - Button, - ListGroup, - ListGroupItem -} from '@freecodecamp/react-bootstrap'; +import { ListGroup, ListGroupItem } from '@freecodecamp/react-bootstrap'; import LearnLayout from '../../components/layouts/Learn'; import FullWidthRow from '../../components/helpers/FullWidthRow'; @@ -61,10 +57,8 @@ function IntroductionPage({ data: { markdownRemark, allChallengeNode } }) { Go to the first lesson - - + + View the curriculum