mirror of
https://github.com/immich-app/immich.git
synced 2025-02-11 01:18:24 -05:00
chore(server): email notification button png (#9423)
* chore(server): email notification button png * valid user name --------- Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
parent
45316f985b
commit
06402aa9fb
2 changed files with 2 additions and 3 deletions
BIN
docs/static/img/ios-app-store-badge.png
vendored
Normal file
BIN
docs/static/img/ios-app-store-badge.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
|
@ -105,8 +105,7 @@ export const WelcomeEmail = ({ baseUrl, displayName, username, password }: Welco
|
||||||
</Link>
|
</Link>
|
||||||
<Link href="https://apps.apple.com/sg/app/immich/id1613945652">
|
<Link href="https://apps.apple.com/sg/app/immich/id1613945652">
|
||||||
<Img
|
<Img
|
||||||
// TODO get this as a png
|
src={`https://immich.app/img/ios-app-store-badge.png`}
|
||||||
src={`https://immich.app/img/ios-app-store-badge.svg`}
|
|
||||||
alt="Immich"
|
alt="Immich"
|
||||||
style={{ height: '68px', padding: '14px' }}
|
style={{ height: '68px', padding: '14px' }}
|
||||||
/>
|
/>
|
||||||
|
@ -133,7 +132,7 @@ export const WelcomeEmail = ({ baseUrl, displayName, username, password }: Welco
|
||||||
WelcomeEmail.PreviewProps = {
|
WelcomeEmail.PreviewProps = {
|
||||||
baseUrl: 'https://demo.immich.app/auth/login',
|
baseUrl: 'https://demo.immich.app/auth/login',
|
||||||
displayName: 'Alan Turing',
|
displayName: 'Alan Turing',
|
||||||
username: 'alanturing',
|
username: 'alanturing@immich.app',
|
||||||
password: 'mysuperpassword',
|
password: 'mysuperpassword',
|
||||||
} as WelcomeEmailProps;
|
} as WelcomeEmailProps;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue