hero
This commit is contained in:
parent
3af93f858a
commit
ff9edec0e3
1 changed files with 7 additions and 9 deletions
|
|
@ -83,10 +83,8 @@ export function SkillsMarqueeBlock({ heading }: SkillsMarqueeBlockProps) {
|
|||
key={l.alt}
|
||||
src={l.src}
|
||||
alt={l.alt}
|
||||
className={cn(
|
||||
'h-14 w-auto flex-shrink-0 pointer-events-none select-none',
|
||||
isDark ? 'invert opacity-40' : 'opacity-30'
|
||||
)}
|
||||
style={{ filter: 'grayscale(1)', opacity: isDark ? 0.35 : 0.25 }}
|
||||
className="h-14 w-auto flex-shrink-0 pointer-events-none select-none"
|
||||
/>
|
||||
))}
|
||||
</InfiniteSlider>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue