Oops, don't mess up mobile with search footer!

This commit is contained in:
Emi Matchu 2022-10-14 20:26:07 -07:00
parent 589e6c35b4
commit c564400223

View file

@ -55,6 +55,7 @@ function WardrobePageLayout({
gridArea="searchFooter"
bg={searchBackground}
boxShadow={`0 0 8px ${searchShadowColorValue}`}
display={{ base: "none", md: "block" }}
>
{searchFooter}
</Box>