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 ? ( ) : ( - +
+ + +
+ )} - + ); }