diff --git a/src/routes/community/+page.svelte b/src/routes/community/+page.svelte index 9616648d83..f8fb8576a1 100644 --- a/src/routes/community/+page.svelte +++ b/src/routes/community/+page.svelte @@ -63,6 +63,15 @@ let { data } = $props(); const projects: ProjectCardProps[] = [ + { + title: 'Refetch.io', + description: 'Open-source alternative to Hacker News.', + image: { + src: 'https://cloud.appwrite.io/v1/storage/buckets/thumbnails/files/68b984b5000e9ce4e9e6/preview?width=1280&output=webp&project=builtWithAppwrite', + alt: 'Refetch: Open-source alternative to Hacker News' + }, + href: 'https://builtwith.appwrite.io/projects/68b69752de6ca9dd5313/' + }, { title: 'Auth UI', description: 'Appwrite-powered authentication screens generator for any application.', diff --git a/src/routes/community/ProjectCard.svelte b/src/routes/community/ProjectCard.svelte index b1b31a7840..37da2e2376 100644 --- a/src/routes/community/ProjectCard.svelte +++ b/src/routes/community/ProjectCard.svelte @@ -22,7 +22,7 @@ -
+
{image.alt}