let makeItem = (name, icon, bookmark): MyCommunities.item => { name, icon, bookmark, href: "", onClick: _ => (), onBookmark: _ => (), }; let backgroundBox = Css.(style([background(`hex("ccc")), padding(`em(3.))])); let innerBox = Css.( style([ fontSize(`rem(1.1)), width(`em(20.)), border(`px(1), `solid, `hex("d5d2d2")), padding2(~v=`em(0.5), ~h=`em(0.)), borderRadius(`px(5)), background(`hex("fff")), ]) ); let myCommunities = () =>