diff --git a/client/src/components/profile/Profile.js b/client/src/components/profile/Profile.js index 8d84a1e3e3..8b6db449e3 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, Grid, Row, Col } from '@freecodecamp/react-bootstrap'; +import { Grid, Row, Col } from '@freecodecamp/react-bootstrap'; import Helmet from 'react-helmet'; import { Link } from 'gatsby'; @@ -68,12 +68,10 @@ function renderIsLocked(username) { - - - {username} needs to change their privacy setting in order for you - to view their profile - - + + {username} needs to change their privacy setting in order for you to + view their profile +
- {username} needs to change their privacy setting in order for you - to view their profile -
+ {username} needs to change their privacy setting in order for you to + view their profile +