Skip to content

Commit

Permalink
fix infinite scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
fero1xd committed Jul 7, 2024
1 parent 1c8bd5d commit 47e4440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function Home() {
</Article>

<div className='max-w-sm lg:max-w-7xl w-full mx-auto logos group relative overflow-hidden whitespace-nowrap py-10 [mask-image:_linear-gradient(to_right,_transparent_0,_white_128px,white_calc(100%-128px),_transparent_100%)]'>
{[1, 2].map((i) => (
{[1, 2, 3].map((i) => (
<div
className='animate-slide-left group-hover:animation-pause inline-block w-max'
key={i}
Expand Down

0 comments on commit 47e4440

Please sign in to comment.