diff --git a/src/app/components/ChannelSwiper.tsx b/src/app/components/ChannelSwiper.tsx index e6a2669..171c819 100644 --- a/src/app/components/ChannelSwiper.tsx +++ b/src/app/components/ChannelSwiper.tsx @@ -1,9 +1,9 @@ "use client"; import Marquee from "react-fast-marquee"; - const data = [ { url: "logo-yandex.png" }, + { url: "logo-weixin.png" }, { url: "logo-vungle.png" }, { url: "logo-unity.png" }, { url: "logo-tiktok.png" }, @@ -21,18 +21,17 @@ const data = [ ]; export default function ChannelSwiper() { - return ( <>
- { - data.map((item, index) => { - return
- + {data.map((item, index) => { + return ( +
+
- }) - } + ); + })}