diff --git a/app/public/assets/posts/scottish-budget-2026.jpg b/app/public/assets/posts/scottish-budget-2026.jpg new file mode 100644 index 00000000..44e164d8 Binary files /dev/null and b/app/public/assets/posts/scottish-budget-2026.jpg differ diff --git a/app/src/data/apps/apps.json b/app/src/data/apps/apps.json index 59dc7d6c..f5ecdd8a 100644 --- a/app/src/data/apps/apps.json +++ b/app/src/data/apps/apps.json @@ -1,4 +1,17 @@ [ + { + "type": "iframe", + "slug": "scottish-budget-2026-post", + "title": "Scottish Budget 2026-27 impact analysis", + "description": "Interactive dashboard analysing how the Scottish Budget 2026-27 measures affect living standards, poverty, and local areas across Scotland", + "source": "https://post-scottish-budget-dashboard.vercel.app/", + "tags": ["uk", "featured", "policy", "scotland", "interactives"], + "countryId": "uk", + "displayWithResearch": true, + "image": "scottish-budget-2026.jpg", + "date": "2026-01-16 12:00:00", + "authors": ["vahid-ahmadi"] + }, { "type": "iframe", "slug": "scottish-budget-2026-27", diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 2532a9a1..a1a553f6 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -3,3 +3,4 @@ added: - Add Stronger Start for Working Families Act analysis - Fix link in Utah SB60 income tax reduction analysis + - Add Scottish Budget 2026-27 impact analysis dashboard