Skip to content

Commit

Permalink
feat: update phonebook cta size
Browse files Browse the repository at this point in the history
  • Loading branch information
ganchinyao committed Jul 28, 2023
1 parent cb53472 commit 9cf5aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shared/src/theme/email-theme.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -211,12 +211,12 @@
{{#userUniqueLink}}
<div class="contact-pref-cta-mobile" style="display: none;">
<a href={{{userUniqueLink}}} target="_blank" style="text-decoration: none; cursor: pointer;">
<img src="https://file.go.gov.sg/phonebook-email-cta-mobile.png" width="332" height="156" alt="Set channel">
<img src="https://file.go.gov.sg/phonebook-email-cta-mobile.png" width="332" height="109" alt="Set channel">
</a>
</div>
<div class="contact-pref-cta-desktop" style="display: none;">
<a href={{{userUniqueLink}}} target="_blank" style="text-decoration: none; cursor: pointer;">
<img src="https://file.go.gov.sg/phonebook-email-cta-desktop.png" width="600" height="112" alt="Set channel">
<img src="https://file.go.gov.sg/phonebook-email-cta-desktop.png" width="600" height="106" alt="Set channel">
</a>
</div>
{{/userUniqueLink}}
Expand Down

0 comments on commit 9cf5aa8

Please sign in to comment.