mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Admin: Fix broken links to image assets in email templates (#58729)
fix broken links to image assets
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user