From 6e93d84b5322b3029a67d74050aaef512bcb7c64 Mon Sep 17 00:00:00 2001 From: shall0pass <20625555+shall0pass@users.noreply.github.com> Date: Mon, 12 Dec 2022 13:21:51 -0600 Subject: [PATCH] linting cleanup --- packages/desktop-client/src/components/tutorial/Final.js | 5 ++++- packages/desktop-client/src/components/tutorial/Intro.js | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/desktop-client/src/components/tutorial/Final.js b/packages/desktop-client/src/components/tutorial/Final.js index 4c9377712..de96bd662 100644 --- a/packages/desktop-client/src/components/tutorial/Final.js +++ b/packages/desktop-client/src/components/tutorial/Final.js @@ -25,7 +25,10 @@ function Final({ targetRect, navigationProps }) { <P isLast={true}> Read{' '} - <ExternalLink asAnchor href="https://actualbudget.github.io/docs/Budgeting/howitworks"> + <ExternalLink + asAnchor + href="https://actualbudget.github.io/docs/Budgeting/howitworks" + > How it Works </ExternalLink>{' '} for an in-depth explanation of the budgeting workflow. diff --git a/packages/desktop-client/src/components/tutorial/Intro.js b/packages/desktop-client/src/components/tutorial/Intro.js index 7ca363542..d04d05d21 100644 --- a/packages/desktop-client/src/components/tutorial/Intro.js +++ b/packages/desktop-client/src/components/tutorial/Intro.js @@ -33,7 +33,10 @@ function Intro({ fromYNAB, nextTutorialStage, closeTutorial }) { : A guide on what to do first </Text> <Text> - <ExternalLink asAnchor href="https://actualbudget.github.io/docs/Budgeting/howitworks"> + <ExternalLink + asAnchor + href="https://actualbudget.github.io/docs/Budgeting/howitworks" + > How it Works </ExternalLink> : An in-depth explanation of the budgeting workflow -- GitLab