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>
|
||||
<div className="w-full mb-2">
|
||||
<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>
|
||||
</div>
|
||||
<input
|
||||
@ -159,11 +159,11 @@ const DeployChatModal = ({
|
||||
|
||||
<div>
|
||||
<label className="block mb-2 text-sm font-medium text-bolt-elements-textPrimary">
|
||||
Netlify Account Slug (new site)
|
||||
Netlify Team Slug (new site)
|
||||
</label>
|
||||
<div className="w-full mb-2">
|
||||
<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>
|
||||
</div>
|
||||
<input
|
||||
|
Loading…
Reference in New Issue
Block a user