mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 10:33:02 -05:00
linting cleanup
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user