Skip to content

Commit 668586a

Browse files
fix: [PLATO-338] mui icons
- Fixing an issue with mui/material-icons breaking Netlify's deploy opennextjs/opennextjs-netlify#1174 (comment) - Made some small changes to the image component, making the alt property more intuitive - Fixed some faulty notFound returns in our slug page - Hard locked the current Next version - Updated our Node version to 18
1 parent 1e15231 commit 668586a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/templates/header/header.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Menu } from '@mui/icons-material';
1+
import Menu from '@mui/icons-material/Menu';
22
import { AppBar, Container, IconButton, Theme, Toolbar, Box } from '@mui/material';
33
import { makeStyles } from '@mui/styles';
44
import { useTranslation } from 'next-i18next';

0 commit comments

Comments
 (0)