mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
Add Immich Desktop Client to community-projects.tsx
This commit is contained in:
parent
c3be74c450
commit
5276fd5192
1 changed files with 5 additions and 0 deletions
|
@ -94,6 +94,11 @@ const projects: CommunityProjectProps[] = [
|
||||||
description: 'Unofficial Kodi plugin for Immich.',
|
description: 'Unofficial Kodi plugin for Immich.',
|
||||||
url: 'https://github.com/vladd11/immich-kodi',
|
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 {
|
function CommunityProject({ title, description, url }: CommunityProjectProps): JSX.Element {
|
||||||
|
|
Loading…
Reference in a new issue