diff --git a/.gitignore b/.gitignore
index e2764f9..96fbf23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@ yarn-error.log*
# env files (can opt-in for committing if needed)
.env*
+.env
# vercel
.vercel
diff --git a/src/app/screen/components/VideoControls/VideoControls.css b/src/app/screen/components/VideoControls/VideoControls.css
index 2779181..a5586d6 100644
--- a/src/app/screen/components/VideoControls/VideoControls.css
+++ b/src/app/screen/components/VideoControls/VideoControls.css
@@ -114,6 +114,12 @@
justify-content: space-around;
align-items: center;
}
+.video-time {
+ color: white;
+ display: flex;
+ justify-content: space-around;
+ align-items: center;
+}
.time {
color: white;
padding-right: 15px;
diff --git a/src/app/screen/components/VideoControls/VideoControls.tsx b/src/app/screen/components/VideoControls/VideoControls.tsx
index f4b6c38..a496067 100644
--- a/src/app/screen/components/VideoControls/VideoControls.tsx
+++ b/src/app/screen/components/VideoControls/VideoControls.tsx
@@ -190,7 +190,6 @@ const VideoControls = (props: VideoControlsProps) => {
setIsFullscreen(!isFullscreen);
};
-
useEffect(() => {
const handleKeyDown = (e: KeyboardEvent) => {
if (!controls.current) return;
diff --git a/src/components/custom/BoxRevalStory.tsx b/src/components/custom/BoxRevalStory.tsx
index 4bf1d1d..72f550a 100644
--- a/src/components/custom/BoxRevalStory.tsx
+++ b/src/components/custom/BoxRevalStory.tsx
@@ -3,6 +3,7 @@ import { BoxReveal } from "@/components/magicui/box-reveal";
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "@/components/ui/tooltip";
export function BoxRevalStory() {
return (
+ <>
@@ -36,5 +37,7 @@ export function BoxRevalStory() {
+ >
+
);
}
diff --git a/src/components/custom/Footer.tsx b/src/components/custom/Footer.tsx
index 4bfbbd0..43f0834 100644
--- a/src/components/custom/Footer.tsx
+++ b/src/components/custom/Footer.tsx
@@ -15,7 +15,7 @@ const Footer = () => {
>
- Copyright © {new Date().getFullYear()} - All right reserved
+ Copyright © {new Date().getFullYear()} - All right reserved