From b564f8abfad8b7604c5969f2215c965a3b0924a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Wed, 29 Mar 2023 19:08:45 +0200 Subject: [PATCH] Vypnuti online --- src/containers/GlobalStats.jsx | 1 - src/pages/Home.jsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/containers/GlobalStats.jsx b/src/containers/GlobalStats.jsx index 1f01396..fef1e63 100644 --- a/src/containers/GlobalStats.jsx +++ b/src/containers/GlobalStats.jsx @@ -32,7 +32,6 @@ const GlobalStats = () => { )}` : null; - return (); return ( <div className="bg-grey-50 flex space-x-4 leading-normal px-4 py-2 text-2xs md:text-xs lg:text-sm text-grey-300 whitespace-no-wrap"> <div diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index ced03ce..153d2bf 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -285,7 +285,7 @@ const Home = () => { </span> </div> )} - <GlobalStats /> + {/*<GlobalStats />*/} </div> </section> -- GitLab