Spaces:
Paused
Paused
change description wording
Browse files
components/spaces/index.tsx
CHANGED
|
@@ -96,10 +96,10 @@ export const Spaces: React.FC<{ spaces: SpaceProps[] }> = ({ spaces }) => {
|
|
| 96 |
</div>
|
| 97 |
</div>
|
| 98 |
<h1 className="font-extrabold text-3xl text-black dark:text-slate-100">
|
| 99 |
-
|
| 100 |
</h1>
|
| 101 |
<p className="text-neutral-500 font-regular text-base dark:text-slate-300">
|
| 102 |
-
Discover
|
| 103 |
</p>
|
| 104 |
</div>
|
| 105 |
<div className="flex items-center justify-between gap-2 max-lg:flex-col max-lg:items-start max-lg:gap-3 w-full">
|
|
|
|
| 96 |
</div>
|
| 97 |
</div>
|
| 98 |
<h1 className="font-extrabold text-3xl text-black dark:text-slate-100">
|
| 99 |
+
ZeroGPU Spaces
|
| 100 |
</h1>
|
| 101 |
<p className="text-neutral-500 font-regular text-base dark:text-slate-300">
|
| 102 |
+
Discover ZeroGPU Spaces, a new kind of community distributed GPU.
|
| 103 |
</p>
|
| 104 |
</div>
|
| 105 |
<div className="flex items-center justify-between gap-2 max-lg:flex-col max-lg:items-start max-lg:gap-3 w-full">
|