grid: removing nav bg

This commit is contained in:
Hunter Miller 2021-09-25 15:49:45 -05:00
parent f62420ea17
commit 5024eaf512

View File

@ -20,7 +20,7 @@ export const Grid: FunctionComponent<GridProps> = ({ match, history }) => {
return (
<div className="flex flex-col">
<header className="fixed sm:sticky bottom-0 sm:bottom-auto sm:top-0 left-0 z-30 flex justify-center w-full px-4 bg-white">
<header className="fixed sm:sticky bottom-0 sm:bottom-auto sm:top-0 left-0 z-30 flex justify-center w-full px-4">
<Nav menu={match.params.menu} />
</header>