Spaces:
Running
Running
Update components/editor-badge/comps/user_card.tsx
Browse files
components/editor-badge/comps/user_card.tsx
CHANGED
@@ -89,10 +89,10 @@ export const UserCard = ({
|
|
89 |
</div>
|
90 |
<div className="bg-[#111214] rounded-lg px-3 pt-3 pb-4 w-full">
|
91 |
<p className="text-white font-bold text-xl">
|
92 |
-
|
93 |
</p>
|
94 |
<p className="text-white text-sm">
|
95 |
-
|
96 |
</p>
|
97 |
<div className="w-full h-[1px] bg-[#2E2F35] my-3" />
|
98 |
<p className="text-xs uppercase font-bold text-white mb-2">
|
|
|
89 |
</div>
|
90 |
<div className="bg-[#111214] rounded-lg px-3 pt-3 pb-4 w-full">
|
91 |
<p className="text-white font-bold text-xl">
|
92 |
+
Captain Astro
|
93 |
</p>
|
94 |
<p className="text-white text-sm">
|
95 |
+
captainastro
|
96 |
</p>
|
97 |
<div className="w-full h-[1px] bg-[#2E2F35] my-3" />
|
98 |
<p className="text-xs uppercase font-bold text-white mb-2">
|