diff --git a/components/Dots.js b/components/Dots.js index e01f1c8..745c101 100644 --- a/components/Dots.js +++ b/components/Dots.js @@ -34,7 +34,11 @@ export const RenderDots = (index, total, props) => { active: i === index })); } - return dots; + return ( + + {dots} + + ); } export default RenderDots; \ No newline at end of file