We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e4bfb commit ee9a017Copy full SHA for ee9a017
frontend/src/components/Landing/index.tsx
@@ -25,22 +25,6 @@ const Landing = () => {
25
<p>{'</h2>'}</p>
26
</div>
27
28
- <div className="w-72 font-semibold text-xl lg:block hidden">
29
- <p className="font-bold bg-[#3977F8] inline px-3 py-1">STATS</p>
30
- <hr className="mb-3 mt-5" />
31
- <div className="flex justify-between">
32
- <p>323,000</p>
33
- <p>Members</p>
34
- </div>
35
36
- <p>300</p>
37
- <p>Team Members</p>
38
39
40
- <p>52</p>
41
- <p>Events held</p>
42
43
44
45
</section>
46
);
0 commit comments