File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ const NavItems: React.FC = () => {
130130 sx = { {
131131 color : Colors . white ,
132132 transition : "color 0.3s ease, transform 0.3s ease" ,
133+ textTransform : "uppercase" ,
133134 "&:hover" : {
134135 transform : "scale(1.2)" ,
135136 cursor : "pointer" ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const AboutPage: React.FC = () => {
5656 style = { { maxHeight : "500px" , objectFit : "cover" } }
5757 >
5858 < source
59- src = { `${ process . env . PUBLIC_URL } /video/introduction_video.mp4` }
59+ src = { `${ process . env . PUBLIC_URL } /download/static/ video/introduction_video.mp4` }
6060 type = "video/mp4"
6161 />
6262 Your browser does not support the video tag.
@@ -128,7 +128,7 @@ const AboutPage: React.FC = () => {
128128 style = { { maxHeight : "500px" , objectFit : "cover" } }
129129 >
130130 < source
131- src = { `${ process . env . PUBLIC_URL } /video/preview_video.mp4` }
131+ src = { `${ process . env . PUBLIC_URL } /download/static/ video/preview_video.mp4` }
132132 type = "video/mp4"
133133 />
134134 Your browser does not support the video tag.
You can’t perform that action at this time.
0 commit comments