Skip to content

Commit

Permalink
fix(store): fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftyos committed Dec 20, 2024
1 parent d3e1319 commit e33864f
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-[60px]">
<div className="mb-[60px] flex items-center gap-3">
<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 e33864f

Please sign in to comment.