Spaces:
Running
Running
wording
Browse files
src/components/deploy-button/deploy-button.tsx
CHANGED
@@ -119,8 +119,7 @@ function DeployButton({
|
|
119 |
{!auth ? (
|
120 |
<Login html={html}>
|
121 |
<p className="text-gray-500 text-sm mb-3">
|
122 |
-
|
123 |
-
using the button below.
|
124 |
</p>
|
125 |
</Login>
|
126 |
) : (
|
|
|
119 |
{!auth ? (
|
120 |
<Login html={html}>
|
121 |
<p className="text-gray-500 text-sm mb-3">
|
122 |
+
Host this project for free and share it with your friends.
|
|
|
123 |
</p>
|
124 |
</Login>
|
125 |
) : (
|