Skip to content

Commit

Permalink
remove weird language comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogermax committed Dec 16, 2024
1 parent a6c354e commit 6fdd0ec
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export const DynamicCarousel = ({ children }: PropsWithChildren) => {
)}
</div>

{/* Gradientes dinámicos para los bordes */}
{canScrollPrev && (
<div
className={cn(
Expand All @@ -139,7 +138,6 @@ export const DynamicCarousel = ({ children }: PropsWithChildren) => {
></div>
)}

{/* Botón Izquierdo dinámico */}
{canScrollPrev && (
<Button
size="sm"
Expand All @@ -156,7 +154,6 @@ export const DynamicCarousel = ({ children }: PropsWithChildren) => {
</Button>
)}

{/* Botón Derecho dinámico */}
{canScrollNext && (
<Button
size="sm"
Expand Down

0 comments on commit 6fdd0ec

Please sign in to comment.