From 55bc87bf445cf18454fe86da2a58ccdae2b09350 Mon Sep 17 00:00:00 2001 From: NekoVari Date: Fri, 18 Apr 2025 08:00:06 +0700 Subject: [PATCH] fix load finished and show video --- src/pages/introductionPage.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/introductionPage.jsx b/src/pages/introductionPage.jsx index 8fe7bab..30e8f8e 100644 --- a/src/pages/introductionPage.jsx +++ b/src/pages/introductionPage.jsx @@ -51,9 +51,13 @@ function IntroductionPage() { {loading ? ( ) : ( - +
+ + +
+ )} - + ); }