Skip to content

Commit d209792

Browse files
committed
Fix mailer
1 parent 369b1cf commit d209792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/pkg/emails/hermes_theme.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ func (dt *hermesTheme) HTMLTemplate() string {
291291
<td class="email-masthead">
292292
<a class="email-masthead_name" href="{{.Hermes.Product.Link}}" target="_blank">
293293
{{ if .Hermes.Product.Logo }}
294-
<img src="{{.Hermes.Product.Logo | url }}" class="email-logo" /> {{ .Hermes.Product.Name }}
294+
HTTP SMS
295295
{{ else }}
296296
{{ .Hermes.Product.Name }}
297297
{{ end }}

0 commit comments

Comments
 (0)