diff --git a/src/redesign/components/HomeLanding.jsx b/src/redesign/components/HomeLanding.jsx index 5b55a3c3c..3e35cb33c 100644 --- a/src/redesign/components/HomeLanding.jsx +++ b/src/redesign/components/HomeLanding.jsx @@ -83,20 +83,21 @@ LandingAboutPolicyEngine; export default function HomeLanding() { const displayCategory = useDisplayCategory(); const mobile = displayCategory === "mobile"; - const desktop = displayCategory === "desktop"; + const tablet = displayCategory === "tablet"; const countryId = useCountryId(); - mobile; + return (