Skip to content

Commit 82e88c4

Browse files
committed
Add KanaDojo and fix featured project alt text
1 parent fd22db3 commit 82e88c4

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

apps/web/src/app/(lander-docs)/open-source-program/features.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,11 @@ export const FEATURED_OPEN_SOURCE_PROJECTS: FeaturedOpenSourceProject[] = [
1818
websiteUrl: "https://databuddy.cc",
1919
ogImageUrl: "https://databuddy.cc/og-image.png",
2020
},
21+
{
22+
id: "kanadojo",
23+
name: "KanaDojo",
24+
websiteUrl: "https://kanadojo.com",
25+
ogImageUrl:
26+
"https://kanadojo.com/api/og?title=KanaDojo%20-%20Learn%20Japanese%20Online&description=Master%20Japanese%20with%20KanaDojo%20-%20a%20fun%2C%20aesthetic%2C%20minimalist%20platform%20for%20learning%20Hiragana%2C%20Katakan&type=default",
27+
},
2128
];

apps/web/src/app/(lander-docs)/open-source-program/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ export default function OpenSourceProgramPage() {
401401
) : null}
402402
<div className="group overflow-hidden overflow-clip border-b border-dashed">
403403
<Image
404-
alt={`${project.name} open graph image`}
404+
alt={`${project.name} preview`}
405405
className="aspect-[1.91/1] h-auto w-full object-cover grayscale group-hover:grayscale-0"
406406
height={630}
407407
src={project.ogImageUrl}

0 commit comments

Comments
 (0)