Skip to content

Commit

Permalink
chore(server): email notification button png (#9423)
Browse files Browse the repository at this point in the history
* chore(server): email notification button png

* valid user name

---------

Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
  • Loading branch information
alextran1502 and danieldietzler authored May 13, 2024
1 parent 45316f9 commit 06402aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file added docs/static/img/ios-app-store-badge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions server/src/emails/welcome.email.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ export const WelcomeEmail = ({ baseUrl, displayName, username, password }: Welco
</Link>
<Link href="https://apps.apple.com/sg/app/immich/id1613945652">
<Img
// TODO get this as a png
src={`https://immich.app/img/ios-app-store-badge.svg`}
src={`https://immich.app/img/ios-app-store-badge.png`}
alt="Immich"
style={{ height: '68px', padding: '14px' }}
/>
Expand All @@ -133,7 +132,7 @@ export const WelcomeEmail = ({ baseUrl, displayName, username, password }: Welco
WelcomeEmail.PreviewProps = {
baseUrl: 'https://demo.immich.app/auth/login',
displayName: 'Alan Turing',
username: 'alanturing',
username: 'alanturing@immich.app',
password: 'mysuperpassword',
} as WelcomeEmailProps;

Expand Down

0 comments on commit 06402aa

Please sign in to comment.