diff --git a/src/components/Footer/index.tsx b/src/components/Footer/index.tsx index 8e8aa273..abe2b126 100644 --- a/src/components/Footer/index.tsx +++ b/src/components/Footer/index.tsx @@ -175,25 +175,21 @@ export default function Footer() { justifyContent: { xs: 'center', md: 'flex-end' }, }} > - {process.env.NODE_ENV === 'development' ? ( - } - placement="top" - PopperProps={{ - sx: { - '& .MuiTooltip-tooltip': { - maxWidth: '500px !important', - }, + } + placement="top" + PopperProps={{ + sx: { + '& .MuiTooltip-tooltip': { + maxWidth: '500px !important', }, - }} - > - - - ) : ( + }, + }} + > - )} +