Skip to content

Commit f9bd50e

Browse files
committed
updated url and texts
1 parent d849765 commit f9bd50e

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

src/pages/home/banners/OBBBAHouseholdExplorerBanner.jsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ import useDisplayCategory from "../../../hooks/useDisplayCategory";
66
export default function OBBBAHouseholdBanner() {
77
const dC = useDisplayCategory();
88

9-
const title = "Explore PolicyEngine's coverage of OBBBA";
9+
const title = "Explore PolicyEngine's coverage of " +
10+
"The One Big Beautiful Bill Act";
1011
const subtitle =
11-
"Use our new dashboard to estimate the " +
12-
"household-level impacts of the One Big Beautiful Bill Act";
12+
"Use our new dashboard to explore the " +
13+
"household by household impacts of the One Big Beautiful Bill Act";
1314
const ctaText = "Explore OBBBA household impacts";
14-
const ctaLink = "/us/obbba-household-explorer";
15-
// const ctaLink = "/us/obbba-household-by-household";
15+
const ctaLink = "/us/obbba-household-by-household";
1616
const ariaLabel =
17-
"Illustration of the U.S. Capitol building, representing federal policy context for household impact analysis. ";
18-
// "Courtesy of Tim Mossholder, https://www.pexels.com/photo/flag-of-the-usa-on-a-pole-1709929/";
17+
"Illustration of the U.S. Capitol building, representing federal policy context for household impact analysis.";
1918

2019
if (dC === "mobile") {
2120
return (

0 commit comments

Comments
 (0)