From 223d3b367db3e32424f553614f451f317acafdca Mon Sep 17 00:00:00 2001 From: Rama Priyanto Date: Thu, 19 Jun 2025 13:54:26 +0700 Subject: [PATCH] fix:tawkto --- components/landing/NewsTicker.tsx | 32 +++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/components/landing/NewsTicker.tsx b/components/landing/NewsTicker.tsx index 9ee5e1f..36f36d5 100644 --- a/components/landing/NewsTicker.tsx +++ b/components/landing/NewsTicker.tsx @@ -46,10 +46,24 @@ export default function NewsTicker() { }, [article]); return ( -
+
BREAKING NEWS -
+ {/*
*/} +
+
+ handlePrev()} + > + + + handleNext()} + > + +
{article?.length > 0 ? (
Loading...

)} -
- handlePrev()} - > - - - handleNext()} - > - - -
); }