Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsolo committed Jun 6, 2024
1 parent 7211e6a commit fb7abdb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/identity-service/src/notifications/emails/otp.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ const getOtpEmail = ({ otp, copyrightYear }) => {
<tr>
<td style="vertical-align: middle;" class="stack-column-center" align="center"><a href="https://apps.apple.com/us/app/audius-music/id1491270519"><img src="https://download.audius.co/otp-email/8iTgTOaaiwRWb8uRr4oZdK5L1QGrG4.png" width="142" border="0" style="min-width:142px; width:142px;
height: auto; display: block;"></a></td>
<td class="stack-column-center" height="12" style="width:12px; min-width:12px; height:12px; min-height:12px;" width="12"> </td>
<td class="stack-column-center" height="12" style="width:12px; min-width:12px; height:12px; min-height:12px;" width="12"></td>
<td style="vertical-align: middle;" class="stack-column-center" align="center"><a href="https://play.google.com/store/apps/details?id=co.audius.app&hl=en_US&gl=US"><img src="https://download.audius.co/otp-email/NGijEbnPxazoCCBikLQCvcF8Z0q2C5.png" width="166" border="0" style="min-width:166px; width:166px;
height: auto; display: block;"></a></td>
</tr>
Expand Down Expand Up @@ -545,9 +545,9 @@ const getOtpEmail = ({ otp, copyrightYear }) => {
<tr>
<td style="vertical-align: middle;" class="stack-column-center" align="center"><a href="https://www.audius.co"><img src="https://download.audius.co/otp-email/VV5pnpI62JtxXoX7l9uhu8MJ4XHoXS.png" width="168" border="0" style="min-width:168px; width:168px;
border-radius:2px; height: auto; display: block;"></a></td>
<td class="stack-column-center" height="12" style="width:12px; min-width:12px; height:12px; min-height:12px;" width="12"> </td>
<td class="stack-column-center" style="width:168px;"> </td>
<td class="stack-column-center" height="12" style="width:12px; min-width:12px; height:12px; min-height:12px;" width="12"> </td>
<td class="stack-column-center" height="12" style="width:12px; min-width:12px; height:12px; min-height:12px;" width="12"></td>
<td class="stack-column-center" style="width:168px;"></td>
<td class="stack-column-center" height="12" style="width:12px; min-width:12px; height:12px; min-height:12px;" width="12"></td>
<td style="vertical-align: middle;" align="center" class="stack-column-center">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
Expand Down Expand Up @@ -671,7 +671,7 @@ const getOtpEmail = ({ otp, copyrightYear }) => {
</tr>
</table>
</td>
<td class="stack-column-center" height="8" style="width:8px; min-width:8px; height:8px; min-height:8px;" width="8"> </td>
<td class="stack-column-center" height="8" style="width:8px; min-width:8px; height:8px; min-height:8px;" width="8"></td>
<td style="vertical-align: middle;" align="center" width="32.32%" class="stack-column-center">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
Expand Down Expand Up @@ -707,7 +707,7 @@ const getOtpEmail = ({ otp, copyrightYear }) => {
</tr>
</table>
</td>
<td class="stack-column-center" height="8" style="width:8px; min-width:8px; height:8px; min-height:8px;" width="8"> </td>
<td class="stack-column-center" height="8" style="width:8px; min-width:8px; height:8px; min-height:8px;" width="8"></td>
<td style="vertical-align: middle;" align="center" width="32.32%" class="stack-column-center">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
Expand Down

0 comments on commit fb7abdb

Please sign in to comment.