mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
Update DeployChatModal to clarify token and slug descriptions
This commit is contained in:
parent
43961eb5a4
commit
e6072efe1d
@ -107,7 +107,7 @@ const DeployChatModal = ({
|
|||||||
</label>
|
</label>
|
||||||
<div className="w-full mb-2">
|
<div className="w-full mb-2">
|
||||||
<p className="text-xs text-bolt-elements-textSecondary whitespace-pre-wrap">
|
<p className="text-xs text-bolt-elements-textSecondary whitespace-pre-wrap">
|
||||||
Your authentication token from Netlify account settings. Used to authorize deployments.
|
Your personal access token from <a href="https://app.netlify.com/user/applications#personal-access-tokens" target="_blank" rel="noopener noreferrer">Netlify user settings</a>. Used to authorize deployments.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<input
|
<input
|
||||||
@ -159,11 +159,11 @@ const DeployChatModal = ({
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label className="block mb-2 text-sm font-medium text-bolt-elements-textPrimary">
|
<label className="block mb-2 text-sm font-medium text-bolt-elements-textPrimary">
|
||||||
Netlify Account Slug (new site)
|
Netlify Team Slug (new site)
|
||||||
</label>
|
</label>
|
||||||
<div className="w-full mb-2">
|
<div className="w-full mb-2">
|
||||||
<p className="text-xs text-bolt-elements-textSecondary whitespace-pre-wrap">
|
<p className="text-xs text-bolt-elements-textSecondary whitespace-pre-wrap">
|
||||||
Your Netlify account name, required when creating a new site.
|
Your Netlify team slug can be found in the "Team settings" section
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<input
|
<input
|
||||||
|
Loading…
Reference in New Issue
Block a user