mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
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:
@@ -15,7 +15,7 @@ export const StarAFFiNEModal = () => {
|
||||
width={400}
|
||||
height={300}
|
||||
style={{ objectFit: 'cover' }}
|
||||
src={'/static/gitHubStar.mp4'}
|
||||
src={'/static/githubStar.mp4'}
|
||||
autoPlay
|
||||
loop
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user