File tree Expand file tree Collapse file tree
apps/web/src/app/(lander-docs)/open-source-program Expand file tree Collapse file tree Original file line number Diff line number Diff 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] ;
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments