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

Add Immich Desktop Client to community-projects.tsx

This commit is contained in:
maxDorninger 2024-12-23 17:07:34 +01:00 committed by GitHub
parent c3be74c450
commit 5276fd5192
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,6 +94,11 @@ const projects: CommunityProjectProps[] = [
description: 'Unofficial Kodi plugin for Immich.',
url: 'https://github.com/vladd11/immich-kodi',
},
{
title: 'Immich Desktop Client',
description: 'Continuously sync assets from your PC to your Immich server.',
url: 'https://github.com/CookieDude24/immich-desktop-client',
},
];
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {