File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,16 +6,15 @@ import useDisplayCategory from "../../../hooks/useDisplayCategory";
66export 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 (
You can’t perform that action at this time.
0 commit comments