fix(core): update src in video tag to correct URL (#5974)

In app.affine.pro the video is not displayed correctly.

<img width="1026" alt="image" src="https://github.com/toeverything/AFFiNE/assets/102217452/8e9d9bb2-f973-433e-88c9-bedfe0f55935">
This commit is contained in:
JimmFly
2024-03-01 04:36:37 +00:00
parent a231884d9e
commit ff7e7f237f

View File

@@ -15,7 +15,7 @@ export const StarAFFiNEModal = () => {
width={400}
height={300}
style={{ objectFit: 'cover' }}
src={'/static/gitHubStar.mp4'}
src={'/static/githubStar.mp4'}
autoPlay
loop
/>