Update routes/emails.py
Browse files- routes/emails.py +1 -1
routes/emails.py
CHANGED
@@ -1011,7 +1011,7 @@ def generate_email_html(email_type: str, to: str) -> str:
|
|
1011 |
|
1012 |
<!-- Hero Section -->
|
1013 |
<div class="hero-section">
|
1014 |
-
<img src="https://huggingface.co/spaces/habulaj/connect/resolve/main/
|
1015 |
|
1016 |
<h1 class="headline">You have a new subscriber!</h1>
|
1017 |
|
|
|
1011 |
|
1012 |
<!-- Hero Section -->
|
1013 |
<div class="hero-section">
|
1014 |
+
<img src="https://huggingface.co/spaces/habulaj/connect/resolve/main/subscriber.png" alt="New subscriber illustration" class="hero-image">
|
1015 |
|
1016 |
<h1 class="headline">You have a new subscriber!</h1>
|
1017 |
|