File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import {
25
25
Icon ,
26
26
InfoBlockVariant ,
27
27
InstallationType ,
28
- MotionDiv ,
28
+ motion ,
29
29
noop ,
30
30
setActionWithExpiry ,
31
31
useMainContext ,
@@ -178,7 +178,7 @@ export const Banner = () => {
178
178
return (
179
179
< AnimatePresence custom = { ! ! bannerVariant } >
180
180
{ bannerVariant && config && (
181
- < MotionDiv
181
+ < motion . div
182
182
layout
183
183
key = { bannerVariant }
184
184
variants = { bannerVariants }
@@ -217,7 +217,7 @@ export const Banner = () => {
217
217
showAriaLabelInTippy = { false }
218
218
/>
219
219
) }
220
- </ MotionDiv >
220
+ </ motion . div >
221
221
) }
222
222
</ AnimatePresence >
223
223
)
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import {
28
28
Host ,
29
29
Icon ,
30
30
LoginBanner ,
31
- MotionDiv ,
31
+ motion ,
32
32
SSOProviderIcon ,
33
33
ToastManager ,
34
34
ToastVariantType ,
@@ -195,7 +195,7 @@ const Login = () => {
195
195
< div className = "flexbox-col" >
196
196
{ renderDevtronLogo ( ) }
197
197
< AnimatePresence >
198
- < MotionDiv
198
+ < motion . div
199
199
key = { location . pathname }
200
200
variants = { LOGIN_CARD_ANIMATION_VARIANTS }
201
201
initial = "initial"
@@ -205,7 +205,7 @@ const Login = () => {
205
205
className = "dc__overflow-hidden"
206
206
>
207
207
{ renderLoginContent ( ) }
208
- </ MotionDiv >
208
+ </ motion . div >
209
209
</ AnimatePresence >
210
210
</ div >
211
211
{ getTermsAndConditions && getTermsAndConditions ( ) }
You can’t perform that action at this time.
0 commit comments