From 7d433003fb1b7ea552c84964105f5158fa41f0c3 Mon Sep 17 00:00:00 2001 From: deme Date: Thu, 15 Sep 2022 16:57:27 -0300 Subject: [PATCH] linting --- components/home/main/News.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/home/main/News.tsx b/components/home/main/News.tsx index c3d8881..1771cfb 100644 --- a/components/home/main/News.tsx +++ b/components/home/main/News.tsx @@ -23,12 +23,14 @@ export default function News() { const headline = (text) => { return ( -

+ " + > {text}

);