We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4de212 commit 675fcdaCopy full SHA for 675fcda
.gitignore
@@ -20,6 +20,7 @@
20
.env.development.local
21
.env.test.local
22
.env.production.local
23
+settings.local.json
24
25
npm-debug.log*
26
yarn-debug.log*
src/apps/apps.json
@@ -19,5 +19,12 @@
19
"url": "https://uk-two-child-limit-app.vercel.app",
"slug": "two-child-limit-comparison",
"tags": ["uk", "featured", "policy"]
+ },
+ {
+ "title": "Rhode Island Child Tax Credit calculator",
+ "description": "Interactive calculator for estimating Rhode Island Child Tax Credit benefits",
+ "url": "https://frontend-neon-seven.vercel.app/",
27
+ "slug": "rhode-island-ctc-calculator",
28
+ "tags": ["us", "policy"]
29
}
30
]
0 commit comments