Skip to content
Snippets Groups Projects
Verified Commit b564f8ab authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Vypnuti online

parent 9bf1a06c
No related branches found
No related tags found
No related merge requests found
Pipeline #12109 failed
...@@ -32,7 +32,6 @@ const GlobalStats = () => { ...@@ -32,7 +32,6 @@ const GlobalStats = () => {
)}` )}`
: null; : null;
return ();
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 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 <div
......
...@@ -285,7 +285,7 @@ const Home = () => { ...@@ -285,7 +285,7 @@ const Home = () => {
</span> </span>
</div> </div>
)} )}
<GlobalStats /> {/*<GlobalStats />*/}
</div> </div>
</section> </section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment