habulaj commited on
Commit
7f43227
·
verified ·
1 Parent(s): 26c7dfe

Update routes/emails.py

Browse files
Files changed (1) hide show
  1. 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/approve.png" alt="New subscriber illustration" class="hero-image">
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