fix(store): fmt

This commit is contained in:
SwiftyOS 2024-12-20 09:42:01 +01:00
parent d3e1319eb3
commit e33864f5ed

View File

@ -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"