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