enzostvs HF Staff commited on
Commit
ab80ab7
·
1 Parent(s): 356a639
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
- You need to be logged in to deploy your project. Please log in
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
  ) : (