From 2d4796bf3cd1ea99dc4db56a24c538711e638dfd Mon Sep 17 00:00:00 2001 From: hee-suh Date: Sat, 18 Mar 2023 20:09:30 +0900 Subject: [PATCH] [#98] feat: add progress popup --- bowwowcare/src/components/Alert.js | 4 +- .../views/ExaminationPage/ExaminationPage.js | 70 ++++++++++++++++--- .../src/views/SolutionPage/SolutionPage.js | 26 ++++++- 3 files changed, 89 insertions(+), 11 deletions(-) diff --git a/bowwowcare/src/components/Alert.js b/bowwowcare/src/components/Alert.js index f9c4e05..b786f92 100644 --- a/bowwowcare/src/components/Alert.js +++ b/bowwowcare/src/components/Alert.js @@ -18,7 +18,9 @@ function Alert({
{icon} -
{content}
+
+ {content} +
{handleSubmit ? (
);