chore(server): email template minor styling (#11387)

This commit is contained in:
Alex
2024-07-26 21:58:48 -05:00
committed by GitHub
parent e1ac73718c
commit 3330885bcc
7 changed files with 10 additions and 19 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import ImmichLayout from './components/immich.layout';
export const AlbumUpdateEmail = ({ baseUrl, albumName, recipientName, albumId, cid }: AlbumUpdateEmailProps) => (
<ImmichLayout preview="New media has been added to a shared album.">
<Text className="m-0 text-2xl">
<Text className="m-0">
Hey <strong>{recipientName}</strong>!
</Text>