Skip to content

Commit

Permalink
Merge pull request #2198 from anth-volk/feat/2197-cgt-article-banner
Browse files Browse the repository at this point in the history
Add capital gains article to home banner
  • Loading branch information
anth-volk authored Nov 7, 2024
2 parents 5165050 + 1e4c96f commit 349c2fa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/home/banners/UK2024AutumnBudgetBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ const articles = [
shortTitle: "Fuel Duty",
link: "/uk/research/autumn-budget-24-fuel-duty",
},
{
title: "Capital Gains Tax",
shortTitle: "Capital Gains Tax",
link: "/uk/research/cgt-autumn-budget",
},
];

export default function UK2024AutumnBudgetBanner() {
Expand Down Expand Up @@ -113,7 +118,8 @@ export default function UK2024AutumnBudgetBanner() {
<div
style={{
display: "grid",
gridTemplateColumns: "repeat(3, 1fr)",
gridTemplateColumns: "repeat(2, 1fr)",
gridTemplateRows: "repeat(2, 1fr)",
gap: "16px",
width: "100%",
}}
Expand Down

0 comments on commit 349c2fa

Please sign in to comment.