Thanks to visit codestin.com Credit goes to github.com
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 9041fea commit 7c432d3Copy full SHA for 7c432d3
src/components/members/Members.tsx
@@ -6,7 +6,7 @@ export default function Members({ users }: { users: User[] }) {
6
<div className="mx-auto max-w-7xl space-y-8 sm:space-y-12">
7
<div className="space-y-5 sm:mx-auto sm:max-w-xl sm:space-y-4 lg:max-w-5xl">
8
<h2 className="text-black text-3xl font-extrabold tracking-tight sm:text-4xl">
9
- Coderplex Community
+ Community Members
10
</h2>
11
<p className="text-xl text-gray-500">
12
<span className="text-brand-600 font-bold">{users.length}</span>{' '}
0 commit comments