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 @@ -332,7 +332,8 @@ export default function OpenSourceProgramPage() {
332332 < div className = "mx-auto flex w-full flex-col gap-6" >
333333 < div className = "space-y-2 px-4" >
334334 < h2 className = "font-f37-stout text-2xl leading-tight md:text-3xl" >
335- Featured open source friends
335+ Featured open source friends{ " " }
336+ < span className = "text-cossistant-orange" > 👋</ span >
336337 </ h2 >
337338 < p className = "mb-6 max-w-2xl text-muted-foreground text-sm leading-7" >
338339 These are the awesome open source projects that have been accepted
@@ -398,10 +399,10 @@ export default function OpenSourceProgramPage() {
398399 orientation = "right"
399400 />
400401 ) : null }
401- < div className = "overflow-hidden overflow-clip border-b border-dashed" >
402+ < div className = "group overflow-hidden overflow-clip border-b border-dashed" >
402403 < Image
403404 alt = { `${ project . name } open graph image` }
404- className = "aspect-[1.91/1] h-auto w-full object-cover"
405+ className = "aspect-[1.91/1] h-auto w-full object-cover grayscale group-hover:grayscale-0 "
405406 height = { 630 }
406407 src = { project . ogImageUrl }
407408 width = { 1200 }
You can’t perform that action at this time.
0 commit comments