1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-28 06:31:58 +00:00

fix(server): fixed email footer image stretched #14617 (#14671)

This commit is contained in:
Tim Van Onckelen 2024-12-13 18:13:38 +01:00 committed by GitHub
parent bccf2f60b2
commit 525840b040
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,12 +5,14 @@ export const ImmichFooter = () => (
<> <>
<Row className="h-18 w-full"> <Row className="h-18 w-full">
<Column align="center" className="w-6/12 sm:w-full"> <Column align="center" className="w-6/12 sm:w-full">
<Link href="https://play.google.com/store/apps/details?id=app.alextran.immich"> <div>
<Img className="h-full max-w-full" src={`https://immich.app/img/google-play-badge.png`} /> <Link href="https://play.google.com/store/apps/details?id=app.alextran.immich" className="object-contain">
</Link> <Img className="max-w-full" src={`https://immich.app/img/google-play-badge.png`} />
</Link>
</div>
</Column> </Column>
<Column align="center" className="w-6/12 sm:w-full"> <Column align="center" className="w-6/12 sm:w-full">
<div className="h-full p-3"> <div className="h-full p-6">
<Link href="https://apps.apple.com/sg/app/immich/id1613945652"> <Link href="https://apps.apple.com/sg/app/immich/id1613945652">
<Img src={`https://immich.app/img/ios-app-store-badge.png`} alt="Immich" className="max-w-full" /> <Img src={`https://immich.app/img/ios-app-store-badge.png`} alt="Immich" className="max-w-full" />
</Link> </Link>