mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: better user instructions
This commit is contained in:
parent
e133c998ac
commit
b96a4f388f
2 changed files with 3 additions and 3 deletions
|
|
@ -241,14 +241,14 @@ export default class SettingsBar extends React.PureComponent<Props, State> {
|
|||
window.location.href = url
|
||||
}}
|
||||
>
|
||||
Create with OAuth
|
||||
Create with OAuth (recommended)
|
||||
</a>
|
||||
)}
|
||||
<div className={'access-token-input-control'}>
|
||||
<input
|
||||
className={'access-token-input form-control'}
|
||||
disabled={hasAccessToken}
|
||||
placeholder={hasAccessToken ? 'Your token is saved' : 'Input your token here'}
|
||||
placeholder={hasAccessToken ? 'Your token is saved' : 'Or input here manually'}
|
||||
value={accessToken}
|
||||
onChange={this.onInputAccessToken}
|
||||
onKeyPress={this.onPressAccessToken}
|
||||
|
|
|
|||
|
|
@ -408,7 +408,7 @@
|
|||
z-index: 1;
|
||||
}
|
||||
&-section {
|
||||
padding-bottom: 10px;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
|
||||
/* inputs for access token & shortcut were too wide */
|
||||
|
|
|
|||
Loading…
Reference in a new issue