@@ -10,7 +10,7 @@ import { Center, Flexbox } from 'react-layout-kit';
10
10
11
11
import GuideModal from '@/components/GuideModal' ;
12
12
import GuideVideo from '@/components/GuideVideo' ;
13
- import { GITHUB , GITHUB_ISSUES , getR2Url } from '@/const/url' ;
13
+ import { GITHUB , GITHUB_ISSUES } from '@/const/url' ;
14
14
import { isOnServerSide } from '@/utils/env' ;
15
15
16
16
const useStyles = createStyles (
@@ -65,7 +65,7 @@ const Footer = memo<PropsWithChildren>(() => {
65
65
</ Flexbox >
66
66
< GuideModal
67
67
cancelText = { t ( 'footer.later' ) }
68
- cover = { < GuideVideo height = { 269 } src = { getR2Url ( '/assets /star.mp4') } width = { 358 } /> }
68
+ cover = { < GuideVideo height = { 269 } src = { '/videos /star.mp4'} width = { 358 } /> }
69
69
desc = { t ( 'footer.star.desc' ) }
70
70
okText = { t ( 'footer.star.action' ) }
71
71
onCancel = { ( ) => setOpenStar ( false ) }
@@ -78,7 +78,7 @@ const Footer = memo<PropsWithChildren>(() => {
78
78
/>
79
79
< GuideModal
80
80
cancelText = { t ( 'footer.later' ) }
81
- cover = { < GuideVideo height = { 269 } src = { getR2Url ( '/assets /feedback.mp4') } width = { 358 } /> }
81
+ cover = { < GuideVideo height = { 269 } src = { '/videos /feedback.mp4'} width = { 358 } /> }
82
82
desc = { t ( 'footer.feedback.desc' ) }
83
83
okText = { t ( 'footer.feedback.action' ) }
84
84
onCancel = { ( ) => setOpenFeedback ( false ) }
0 commit comments