File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
packages/tdb-dashboard/src/pages Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,17 @@ export const VerifyEmail = (props) => {
2020 < div className = "cowduck-top-sec bg-transparent border-0 text-center d-flex" >
2121 < img className = "card-img cowduck-feedback-avatar large-avatar rounded-circle mx-auto" src = { CowDuckHead } />
2222 </ div >
23- < Card . Body style = { { marginTop : "-70px" } } >
24- < h1 className = "text-dark text-center" > Verify your Email</ h1 >
25- < h4 className = "text-dark text-center" > Click on Home Page Button to activate your account</ h4 >
26- < div className = "d-flex" >
27- < a id = "qsLoginBtn"
28- className = "btn-margin mt-4 mb-4 mr-2 p-2 btn btn-dark col-md-6"
23+ < Card . Body style = { { marginTop : "-70px" } } className = "text-center text-dark" >
24+ < h1 > Verify your Email</ h1 >
25+ < h4 > Check your email to verify your account</ h4 >
26+ < a id = "qsLoginBtn"
27+ className = "text-dark"
2928 href = "https://terminusdb.com" >
30- < MdOutlineMarkEmailRead className = "h4 mt-1 mr-2 text-muted" />
31- < span className = "h6" > HOME PAGE</ span >
29+ Click here to Visit website
3230 </ a >
31+ < div className = "d-block" >
3332 < button id = "qsLoginBtn"
34- className = "btn-margin mt-4 mb-4 p-2 btn btn-dark col-md-6"
33+ className = "btn-margin mt-4 mb-4 btn-sm btn btn-dark col-md-6"
3534 onClick = { logoutWithRedirect }
3635 >
3736 < AiOutlineLogout className = "h4 mt-1 mr-2 text-muted" />
You can’t perform that action at this time.
0 commit comments