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()} - > - - -
); }