Skip to content

Commit

Permalink
build: fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
demenech committed Dec 13, 2023
1 parent 4640f42 commit 11faee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/_shared/ScrollIndicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const ScrollIndicator: React.FC<{
<div className="h-full absolute flex flex-col justify-evenly w-full items-center border-[#333333] border-t-[1px] border-b-[1px] w-1">
{stops.map((stop, index) => (
<button
aria-label="test"
className={`transition-all ease-in-out origin-center duration-100 rounded-full border-[1px] border-[#333333] w-[10px] h-[10px] bg-[#fff] ${
active == index ? 'scale-150' : ''
} flex justify-center items-center`}
Expand Down

0 comments on commit 11faee0

Please sign in to comment.