Skip to content

Commit

Permalink
chore: set small width to logo size in verification mail with update …
Browse files Browse the repository at this point in the history
…donation URL
  • Loading branch information
gomsang committed Apr 8, 2024
1 parent aa1d937 commit 1f1902d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class SubscribeService(
fun sendSubscribeMail(subscriberEntity: SubscriberEntity, targetCalendarEntity: CalendarEntity) {
val subscribeUrl =
"https://calguksu.com/subscription?cn=${targetCalendarEntity.name}&ct=${subscriberEntity.token}"
val donateUrl = "https://espressowithwater.notion.site/hufsdevelopers-org-1e328f8d1fed41f6b445ebeba4a448a4"
val donateUrl = "https://donation.calguksu.com"
hufsDevelopersMailService.send(
ADDRESS_EMAIL_CALGUKSU_HUFS,
subscriberEntity.email,
Expand Down Expand Up @@ -96,7 +96,7 @@ class SubscribeService(
" <tr>\n" +
" <td align=\"center\" style=\"padding: 36px 0\">\n" +
" <a href=\"https://calguksu.com\" target=\"_blank\">\n" +
" <img src=\"https://calguksu.com/static/logos/apple-icon.png\" width=\"180px\" height=\"auto\" />\n" +
" <img src=\"https://calguksu.com/static/logos/apple-icon.png\" width=\"48px\" height=\"auto\" />\n" +
" </a>\n" +
" </td>\n" +
" </tr>\n" +
Expand Down

0 comments on commit 1f1902d

Please sign in to comment.