File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
pages/premium-themes/onepirate/modules/components Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ export default function LogoWithCopyMenu({
110110 open = { copied }
111111 onClose = { handleClose }
112112 anchorOrigin = { { vertical : 'bottom' , horizontal : 'right' } }
113- TransitionComponent = { Slide }
113+ slots = { { transition : Slide } }
114114 message = {
115115 < Box sx = { { display : 'flex' , alignItems : 'center' , gap : '12px' } } >
116116 < CheckCircleRoundedIcon sx = { { fontSize : '18px' , color : 'success.main' } } />
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ function Snackbar(props) {
5252 < MuiSnackbar
5353 anchorOrigin = { { vertical : 'top' , horizontal : 'center' } }
5454 autoHideDuration = { 6000 }
55- TransitionComponent = { Transition }
55+ slots = { { transition : Transition } }
5656 message = {
5757 < React . Fragment >
5858 < InfoIcon className = { classes . info } />
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ function Snackbar(props: SnackbarProps & ExtraSnackbarProps) {
6363 < MuiSnackbar
6464 anchorOrigin = { { vertical : 'top' , horizontal : 'center' } }
6565 autoHideDuration = { 6000 }
66- TransitionComponent = { Transition }
66+ slots = { { transition : Transition } }
6767 message = {
6868 < React . Fragment >
6969 < InfoIcon className = { classes . info } />
You can’t perform that action at this time.
0 commit comments