Skip to content

Commit 00d4481

Browse files
committed
[video] remove video files from git, use external links
1 parent 7eb4a37 commit 00d4481

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/NavBar/NavItems.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

src/pages/AboutPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)