mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore(server): email template minor styling (#11387)
This commit is contained in:
@@ -5,7 +5,7 @@ import ImmichLayout from './components/immich.layout';
|
||||
|
||||
export const TestEmail = ({ baseUrl, displayName }: TestEmailProps) => (
|
||||
<ImmichLayout preview="This is a test email from Immich.">
|
||||
<Text className="m-0 text-2xl">
|
||||
<Text className="m-0">
|
||||
Hey <strong>{displayName}</strong>!
|
||||
</Text>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user