Skip to content

Commit

Permalink
update order of portfolio steps
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelyea committed Jun 19, 2023
1 parent 21fd621 commit 4687c1d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions wwwroot/data/portfolio-assets-steps.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[
{
"step": "age",
"title": "Age",
"step": "retirement-assets",
"title": "Retirement Assets",
"number": 1,
"summary": "",
"priority": "",
"returns": "",
"description": ""
},
{
"step": "asset-allocation",
"title": "Asset Allocation",
"step": "age",
"title": "Age",
"number": 2,
"summary": "What is your desired [[Asset allocation|asset allocation]] (ratio of stocks to bonds)?",
"summary": "",
"priority": "",
"returns": "",
"description": ""
},
{
"step": "retirement-assets",
"title": "Retirement Assets",
"step": "asset-allocation",
"title": "Asset Allocation",
"number": 3,
"summary": "",
"summary": "What is your desired [[Asset allocation|asset allocation]] (ratio of stocks to bonds)?",
"priority": "",
"returns": "",
"description": ""
Expand Down

0 comments on commit 4687c1d

Please sign in to comment.