Skip to content

Commit

Permalink
Update email icon
Browse files Browse the repository at this point in the history
  • Loading branch information
StamTsag committed Feb 9, 2024
1 parent deabdcc commit c4ae6a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/utilities/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,10 @@ export async function sendEmail(
margin-bottom: 10px;
}
a {
color: white;
}
#logo {
margin-bottom: 20px;
padding-bottom: 10px;
Expand Down Expand Up @@ -525,7 +529,7 @@ export async function sendEmail(
<p align='center' id='top'>
<a href='https://fronvo.com' id='top'>
<img src='https://raw.githubusercontent.com/Fronvo/server/master/.github/email/fronvo-logo-large.png'>
<img src='https://github.com/Fronvo/server/blob/v2/.github/email/email-logo-large.png?raw=true'>
</a>
<hr />
Expand Down

0 comments on commit c4ae6a4

Please sign in to comment.