Skip to content

Commit f5f31c4

Browse files
committed
minor
1 parent 6e2eb50 commit f5f31c4

File tree

1 file changed

+3
-3
lines changed
  • packages/notifications-library/src/notifications_library/templates

1 file changed

+3
-3
lines changed

packages/notifications-library/src/notifications_library/templates/base.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@
8181
<body>
8282
<div class="email-container">
8383
<div class="header">
84-
<a href="{{ product.homepage }}" target="_blank" rel="noopener noreferrer">
85-
<img src="{{ product.ui.logo }}" alt="Logo" class="logo">
84+
<a href="{{ product.homepage_url }}" target="_blank" rel="noopener noreferrer">
85+
<img src="{{ product.ui.logo_url }}" alt="Logo" class="logo">
8686
</a>
8787
</div>
8888

@@ -93,7 +93,7 @@
9393

9494
<div class="footer">
9595
<p>
96-
Visit the <a href="{{ product.homepage }}" target="_blank" rel="noopener noreferrer">Platform</a> |
96+
Visit the <a href="{{ product.homepage_url }}" target="_blank" rel="noopener noreferrer">Platform</a> |
9797
Need help? <a href="mailto:{{ product.support_email }}">Support</a> |
9898
Powered by oSPARC
9999
<a href="https://github.com/ITISFoundation/osparc-simcore" target="_blank" rel="noopener noreferrer">

0 commit comments

Comments
 (0)