We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d70745 commit 41050e4Copy full SHA for 41050e4
src/components/VerifiedChecker/VerifiedChecker.jsx
@@ -17,7 +17,7 @@ export function VerifiedChecker() {
17
return (
18
<Container sx={{pt: 5, pb: 0}}>
19
<Alert icon={<Check fontSize="inherit"/>} severity="success">
20
- Thank you for verifying your participation!
+ <b>All done!</b> Thank you for verifying.
21
</Alert>
22
</Container>
23
)
@@ -27,4 +27,4 @@ export function VerifiedChecker() {
27
<>
28
</>
29
30
-}
+}
0 commit comments