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[] = [
78
78
component : ( { className, ...rest } ) => (
79
79
< div
80
80
role = "img"
81
- className = { clsx ( className , styles . shopify , "relative flex" ) }
81
+ className = { clsx ( styles . shopify , "relative size-full flex-col " ) }
82
82
>
83
83
< 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"
85
85
{ ...rest }
86
86
/>
87
87
< 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"
89
89
{ ...rest }
90
90
/>
91
91
</ div >
@@ -126,7 +126,7 @@ export function TrustedBy() {
126
126
rel = "noreferrer"
127
127
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]"
128
128
>
129
- < Component />
129
+ < Component className = "size-full" />
130
130
</ a >
131
131
) ) }
132
132
</ div >
You can’t perform that action at this time.
0 commit comments