File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/components/index-page/trusted-by Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ const logos: LogoListItem[] = [
7878 component : ( { className, ...rest } ) => (
7979 < div
8080 role = "img"
81- className = { clsx ( className , styles . shopify , "relative flex" ) }
81+ className = { clsx ( styles . shopify , "relative size-full flex-col " ) }
8282 >
8383 < ShopifyLockup
84- className = "w -full opacity-0 group-hover:opacity-100 group-focus:opacity-100"
84+ className = "size -full opacity-0 group-hover:opacity-100 group-focus:opacity-100"
8585 { ...rest }
8686 />
8787 < ShopifyMonotoneLockup
88- className = "absolute inset-0 w -full opacity-100 group-hover:opacity-0 group-focus:opacity-0"
88+ className = "absolute inset-0 size -full opacity-100 group-hover:opacity-0 group-focus:opacity-0"
8989 { ...rest }
9090 />
9191 </ div >
@@ -126,7 +126,7 @@ export function TrustedBy() {
126126 rel = "noreferrer"
127127 className = "group relative flex shrink-0 items-center justify-center bg-neu-0 p-10 *:z-[1] before:absolute before:inset-2 hover:before:bg-neu-100/50 focus-visible:z-[1] dark:hover:before:bg-[#202219]"
128128 >
129- < Component />
129+ < Component className = "size-full" />
130130 </ a >
131131 ) ) }
132132 </ div >
You can’t perform that action at this time.
0 commit comments