aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/MVPlayer
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/MVPlayer')
-rw-r--r--src/components/MVPlayer/index.tsx5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/MVPlayer/index.tsx b/src/components/MVPlayer/index.tsx
index a1141ab..186f6e9 100644
--- a/src/components/MVPlayer/index.tsx
+++ b/src/components/MVPlayer/index.tsx
@@ -9,8 +9,8 @@ interface Props {
const MV_CDN_URL = import.meta.env.VITE_CDN_URL || "";
function getRevealedCount(currentTry: number): number {
- if (currentTry >= 6) return 3;
- if (currentTry >= 3) return 2;
+ if (currentTry >= 5) return 3;
+ if (currentTry >= 2) return 2;
return 1;
}
@@ -70,7 +70,6 @@ export function MVPlayer({ currentTry, date }: Props) {
: "All frames revealed."}
</Styled.Hint>
- {/* Lightbox */}
{activeImage && (
<Styled.Overlay onClick={() => setActiveImage(null)}>
<Styled.LightboxImage
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage