From 8134a480a5b1ab56f23968e522e7ff794a6a0cbb Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Wed, 25 Sep 2019 09:19:14 -0500 Subject: [PATCH] fix: use gatsby link where applicable (#36788) --- client/src/client-only-routes/ShowSettings.js | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/client/src/client-only-routes/ShowSettings.js b/client/src/client-only-routes/ShowSettings.js index b413101a1b..f2ccff3582 100644 --- a/client/src/client-only-routes/ShowSettings.js +++ b/client/src/client-only-routes/ShowSettings.js @@ -16,9 +16,7 @@ import { import { submitNewAbout, updateUserFlag, verifyCert } from '../redux/settings'; import { createFlashMessage } from '../components/Flash/redux'; -import Spacer from '../components/helpers/Spacer'; -import Loader from '../components/helpers/Loader'; -import FullWidthRow from '../components/helpers/FullWidthRow'; +import { FullWidthRow, Link, Loader, Spacer } from '../components/helpers'; import About from '../components/settings/About'; import Privacy from '../components/settings/Privacy'; import Email from '../components/settings/Email'; @@ -184,15 +182,12 @@ export function ShowSettings(props) {
- +