@@ -427,34 +427,33 @@ let make = (props: props) => {
427427 title = "Package Index | ReScript Documentation"
428428 description = "Official and unofficial resources, libraries and bindings for ReScript"
429429 />
430- <div className = "mt-16 pt-2" >
431- <div className = "text-gray-80 text-18" >
432- <div className = "flex overflow-hidden" >
433- <div
434- className = "flex justify-between min-w-320 px-4 pt-16 lg:align-center w-full lg:px-8 pb-48"
435- >
436- <main className = "max-w-1280 w-full flex justify-center" >
437- <div className = "w-full max-w-176.25" >
438- <H1 > {React .string ("Libraries & Bindings" )} </H1 >
439- <SearchBox
440- placeholder = "Enter a search term, name, keyword, etc"
441- onValueChange
442- onClear
443- value = {searchValue }
444- />
445- <div className = "mt-12 space-y-8" >
446- officialCategory
447- communityCategory
448- </div >
430+
431+ <div className = "text-gray-80 text-18" >
432+ <div className = "flex overflow-hidden" >
433+ <div
434+ className = "flex justify-between min-w-320 px-4 pt-16 lg:align-center w-full lg:px-8 pb-48"
435+ >
436+ <main className = "max-w-1280 w-full flex justify-center" >
437+ <div className = "w-full max-w-176.25" >
438+ <H1 > {React .string ("Libraries & Bindings" )} </H1 >
439+ <SearchBox
440+ placeholder = "Enter a search term, name, keyword, etc"
441+ onValueChange
442+ onClear
443+ value = {searchValue }
444+ />
445+ <div className = "mt-12 space-y-8" >
446+ officialCategory
447+ communityCategory
449448 </div >
450- </main >
451- <div className = "hidden lg:block h-full " >
452- <InfoSidebar filter setFilter />
453449 </div >
450+ </main >
451+ <div className = "hidden lg:block h-full " >
452+ <InfoSidebar filter setFilter />
454453 </div >
455454 </div >
456- <Footer />
457455 </div >
456+ <Footer />
458457 </div >
459458 </>
460459}
0 commit comments