Closed iamlogand closed 1 year ago
Fix styling of the top bar, which was rendering incorrectly in production because I was passing className instead of sx to a MUI component and because I'd used the wrong flex attributes. Also upgrade some node modules (unrelated).
className
sx
Fix styling of the top bar, which was rendering incorrectly in production because I was passing
className
instead ofsx
to a MUI component and because I'd used the wrong flex attributes. Also upgrade some node modules (unrelated).