Admin: Fix broken links to image assets in email templates (#58729)

fix broken links to image assets
This commit is contained in:
matt abrams
2022-11-16 14:17:39 +01:00
committed by GitHub
parent f2cb248d93
commit 74010fd05d
19 changed files with 40 additions and 40 deletions

View File

@@ -107,7 +107,7 @@ td[class="stack-column-center"] {
<table class="twelve columns">
<tr>
<td class="twelve sub-columns center">
<img class="logo" src="https://grafana.com/assets/img/logo_new_transparent_200x48.png" style="width: 200px; float: none; display: inline">
<img class="logo" src="https://grafana.com/static/assets/img/logo_new_transparent_200x48.png" style="width: 200px; float: none; display: inline">
</td>
<td class="expander"></td>
</tr>