@@ -2,12 +2,9 @@ import LinkButton from "../../../controls/LinkButton";
22import style from "../../../style" ;
33import finalReconciliationImg from "../../../images/posts/final-2025-reconciliation-tax.png" ;
44import useDisplayCategory from "../../../hooks/useDisplayCategory" ;
5- import { useWindowWidth } from "../../../hooks/useWindow" ;
6-
75
86export default function OBBBAHouseholdBanner ( ) {
97 const dC = useDisplayCategory ( ) ;
10- const windowWidth = useWindowWidth ( ) ;
118
129 const title = "Explore PolicyEngine's coverage of OBBBA" ;
1310 const subtitle =
@@ -17,11 +14,11 @@ export default function OBBBAHouseholdBanner() {
1714 const ctaLink = "/us/obbba-household-explorer" ;
1815 const ariaLabel =
1916 "Illustration of the U.S. Capitol building, representing federal policy context for household impact analysis. " ;
20- // "Courtesy of Tim Mossholder, https://www.pexels.com/photo/flag-of-the-usa-on-a-pole-1709929/";
17+ // "Courtesy of Tim Mossholder, https://www.pexels.com/photo/flag-of-the-usa-on-a-pole-1709929/";
2118
22- const shouldUseShortTitle =
23- ( dC !== "mobile" && windowWidth < 1150 && windowWidth >= 950 ) ||
24- ( dC === "mobile" && windowWidth < 600 ) ;
19+ // const shouldUseShortTitle =
20+ // (dC !== "mobile" && windowWidth < 1150 && windowWidth >= 950) ||
21+ // (dC === "mobile" && windowWidth < 600);
2522
2623 if ( dC === "mobile" ) {
2724 return (
@@ -93,8 +90,7 @@ export default function OBBBAHouseholdBanner() {
9390 gap : "16px" ,
9491 height : "100%" ,
9592 } }
96- >
97- </ div >
93+ > </ div >
9894 </ div >
9995 ) ;
10096 }
0 commit comments