Skip to content

Commit 69a28fd

Browse files
authored
Merge pull request #21 from nextmcloud/nmc/2726-broken-share-image
fixed share image filename
2 parents 0cf4a77 + 585d180 commit 69a28fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/MessageProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ public function writeShareMessage(IEMailTemplate $emailTemplate, int $shareCount
384384
</td>
385385
<td class="monthly-storage" style="text-align: center;font-family: sans-serif; font-size: 14px; vertical-align: top;padding-left: 12px;width: 50%;">
386386
<div style="background: #f1f1f1;border-top: 48px solid #f1f1f1;border-right: 24px solid #f1f1f1;border-left: 24px solid #f1f1f1;border-bottom: 24px solid #f1f1f1;">
387-
<img src="$home/customapps/nmctheme/img/email/user-share.svn" style="width: 48px;">
387+
<img src="$home/customapps/nmctheme/img/email/user-share.svg" style="width: 48px;">
388388
<div style="border-top: 8px solid #f1f1f1;border-bottom: 8px solid #f1f1f1;"><span style="font-size: 25px;"><span style="color: #e20074;">$shareCount</span> </span></div>
389389
<br>
390390
<span style="font-weight: bold;">$share</span>

0 commit comments

Comments
 (0)