Update routes/emails.py
Browse files- routes/emails.py +1 -1
routes/emails.py
CHANGED
@@ -606,7 +606,7 @@ def generate_email_html(email_type: str, to: str) -> str:
|
|
606 |
Before you start styling, you'll need to configure your banking information, set your service prices, and finalize your payment preferences to begin earning.
|
607 |
</p>
|
608 |
|
609 |
-
<a href="https://ameddes.com/onboarding/
|
610 |
</div>
|
611 |
|
612 |
<!-- Footer -->
|
|
|
606 |
Before you start styling, you'll need to configure your banking information, set your service prices, and finalize your payment preferences to begin earning.
|
607 |
</p>
|
608 |
|
609 |
+
<a href="https://ameddes.com/onboarding/search" class="cta-button">Complete Account Setup</a>
|
610 |
</div>
|
611 |
|
612 |
<!-- Footer -->
|