Skip to content

Commit

Permalink
changed to requested size
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Dec 20, 2024
1 parent dc3b4f4 commit c6ea1d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const FeaturedSection: React.FC<FeaturedSectionProps> = ({
/>
))}
</div>
<div className="flex items-center gap-3 mb-6">
<div className="flex items-center gap-3 mb-[60px]">
<button
onClick={handlePrevSlide}
className="mb:h-12 mb:w-12 flex h-10 w-10 items-center justify-center rounded-full border border-neutral-400 bg-white dark:border-neutral-600 dark:bg-neutral-800"
Expand Down

0 comments on commit c6ea1d7

Please sign in to comment.