fix: apply consistent formatting using Prettier
parent
ec28df279d
commit
1d8dc133c0
|
|
@ -7,14 +7,22 @@ export const ImmichFooter = () => (
|
||||||
<Column align="center" className="w-6/12 sm:w-full">
|
<Column align="center" className="w-6/12 sm:w-full">
|
||||||
<div>
|
<div>
|
||||||
<Link href="https://play.google.com/store/apps/details?id=app.alextran.immich" className="object-contain">
|
<Link href="https://play.google.com/store/apps/details?id=app.alextran.immich" className="object-contain">
|
||||||
<Img alt="Get it on Google Play" className="max-w-full" src={`https://immich.app/img/google-play-badge.png`} />
|
<Img
|
||||||
|
alt="Get it on Google Play"
|
||||||
|
className="max-w-full"
|
||||||
|
src={`https://immich.app/img/google-play-badge.png`}
|
||||||
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</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-6">
|
<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 alt="Download on the App Store" className="max-w-full" src={`https://immich.app/img/ios-app-store-badge.png`} />
|
<Img
|
||||||
|
alt="Download on the App Store"
|
||||||
|
className="max-w-full"
|
||||||
|
src={`https://immich.app/img/ios-app-store-badge.png`}
|
||||||
|
/>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</Column>
|
</Column>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue