diff --git a/src/app/components/ChannelSwiper.tsx b/src/app/components/ChannelSwiper.tsx index e70f8d7..d7b03e4 100644 --- a/src/app/components/ChannelSwiper.tsx +++ b/src/app/components/ChannelSwiper.tsx @@ -21,12 +21,12 @@ const data = [ ]; export default function ChannelSwiper() { - const isMobile = /Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent); - + // const isMobile = /Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent); + // isMobile ? 15 : return ( <>