From 5276fd519230ed6edfbc6f52ea2f48883987e14e Mon Sep 17 00:00:00 2001 From: maxDorninger <97409287+CookieDude24@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:07:34 +0100 Subject: [PATCH] Add Immich Desktop Client to community-projects.tsx --- docs/src/components/community-projects.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/components/community-projects.tsx b/docs/src/components/community-projects.tsx index 2dbab979f2..e60fd2dfcd 100644 --- a/docs/src/components/community-projects.tsx +++ b/docs/src/components/community-projects.tsx @@ -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 {