Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,15 @@ const LogoSection = ({
<img
src={'/images/logos/logo-black.svg'}
alt=""
width={30}
height={30}
className="row-start-1 col-start-1 w-full dark:opacity-0 opacity-0 group-hover:opacity-100"
/>
<img
src={'/images/logos/logo-white.svg'}
alt=""
width={30}
height={30}
className="row-start-1 col-start-1 w-full light:opacity-0 dark:block opacity-0 group-hover:opacity-100"
/>
</div>
Expand Down
4 changes: 3 additions & 1 deletion src/components/TrustedByMarquee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ export function TrustedByMarquee({
alt={brand}
loading="lazy"
decoding="async"
className="max-w-24 max-h-14 w-auto h-auto object-contain opacity-50 grayscale hover:opacity-100 transition-all duration-200 dark:invert dark:opacity-70 shrink-0"
width={96}
height={56}
className="max-w-24 max-h-14 w-24 h-14 object-contain opacity-50 grayscale hover:opacity-100 transition-all duration-200 dark:invert dark:opacity-70 shrink-0"
/>
) : (
<span
Expand Down