Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
Due to moving icons & images
  • Loading branch information
ad956 committed Jun 23, 2024
1 parent 54d3431 commit cf612ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/carousel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ const Carousel = ({
<button
key={index}
onClick={() => handleClick(index)}
className={`w-2 h-2 bg-gray-500 rounded-full mx-1 focus:outline-none opacity-50 ${
currentImg === index ? "bg-[#3dffa4]" : ""
className={`w-2 h-2 rounded-full mx-1 focus:outline-none opacity-50 ${
currentImg === index ? "bg-[#3dffa4]" : "bg-gray-500"
}`}
></button>
))}
Expand Down

0 comments on commit cf612ba

Please sign in to comment.