Skip to content

Commit

Permalink
pre-release fixes Release/2023.30 (#4615)
Browse files Browse the repository at this point in the history
* chore: update forgot-password email template
* chore: update styling for image in forgot password email template (#4614)

---------

Co-authored-by: Wisdom Ebong <[email protected]>
  • Loading branch information
tuxpiper and Wisdom Ebong authored Jul 26, 2023
1 parent 1f3142f commit 92dfd4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/emails/forgot-password.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<tr>
<td align="left">
<a target="_blank" href="#">
<img src="https://raw.githubusercontent.com/ushahidi/platform-pattern-library/master/assets/img/wordmark_GoldonLight_2x.png" border="0" width="117" height="30" alt="Ushahidi" style="vertical-align: top; width: 117px; height: 24px;" />
<img src="https://raw.githubusercontent.com/ushahidi/platform-pattern-library/master/assets/img/wordmark_GoldonLight_2x.png" border="0" alt="Ushahidi" style="vertical-align: top; width: 115px; height: 25px;" />
</a>
</td>
</tr>
Expand Down Expand Up @@ -160,7 +160,7 @@
<tr>
<td align="left" style="padding: 24px 0 16px;">
<a target="_blank" href="#">
<img src="https://raw.githubusercontent.com/ushahidi/platform-pattern-library/master/assets/img/wordmark_GoldonLight_2x.png" border="0" width="117" height="25" alt="Ushahidi" style="vertical-align: top; width: 117px; height: 24px;" />
<img src="https://raw.githubusercontent.com/ushahidi/platform-pattern-library/master/assets/img/wordmark_GoldonLight_2x.png" border="0" alt="Ushahidi" style="vertical-align: top; width: 115px; height: 25px;" />
</a>
</td>
</tr>
Expand Down

0 comments on commit 92dfd4e

Please sign in to comment.