aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-06-26 22:16:30 -0700
committerPinapelz <yukais@pinapelz.com>2026-06-26 22:16:30 -0700
commit1a47e30a98bd9d4742197ec8df1b5633ca110c42 (patch)
treeba69280d404bfb03c9711c05bb94bdf187c63182 /src/components
parentc8d13360d76116236ee9f476db8840b455930163 (diff)
add share button for daily mv mode
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Result/index.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/Result/index.tsx b/src/components/Result/index.tsx
index 46959a6..21d1a1b 100644
--- a/src/components/Result/index.tsx
+++ b/src/components/Result/index.tsx
@@ -106,13 +106,6 @@ export function Result({
onPlayAgain,
}: Props) {
const [timeLeftStr, setTimeLeftStr] = useState<string>('');
- const now = new Date();
- const nextUtcMidnight = Date.UTC(
- now.getUTCFullYear(),
- now.getUTCMonth(),
- now.getUTCDate() + 1,
- 0, 0, 0
- );
React.useEffect(() => {
const updateTimeLeft = () => {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage