Skip to content

Commit 675fcda

Browse files
authored
Embed RI CTC Calculator (#2792)
Fixes #2791
1 parent e4de212 commit 675fcda

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
.env.development.local
2121
.env.test.local
2222
.env.production.local
23+
settings.local.json
2324

2425
npm-debug.log*
2526
yarn-debug.log*

src/apps/apps.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,12 @@
1919
"url": "https://uk-two-child-limit-app.vercel.app",
2020
"slug": "two-child-limit-comparison",
2121
"tags": ["uk", "featured", "policy"]
22+
},
23+
{
24+
"title": "Rhode Island Child Tax Credit calculator",
25+
"description": "Interactive calculator for estimating Rhode Island Child Tax Credit benefits",
26+
"url": "https://frontend-neon-seven.vercel.app/",
27+
"slug": "rhode-island-ctc-calculator",
28+
"tags": ["us", "policy"]
2229
}
2330
]

0 commit comments

Comments
 (0)