Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/routes/LoginWithOAuthApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ export const LoginWithOAuthApp: FC = () => {
icon={PersonIcon}
size={12}
url={getNewOAuthAppURL(values.hostname)}
/>{' '}
on GitHub then paste your{' '}
/>
<span className="mx-1">on GitHub then paste your</span>
<span className="italic">client id and client secret</span> below.
</div>
}
Expand Down
4 changes: 2 additions & 2 deletions src/routes/LoginWithPersonalAccessToken.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export const LoginWithPersonalAccessToken: FC = () => {
icon={KeyIcon}
size={12}
url={getNewTokenURL(values.hostname)}
/>{' '}
on GitHub and paste above.
/>
<span className="mx-1">on GitHub and paste above.</span>
</div>
<div className="italic mt-1">
The required scopes will be selected for you.
Expand Down
6 changes: 3 additions & 3 deletions src/routes/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,15 @@ export const SettingsRoute: FC = () => {
tooltip={
<div>
<div className="pb-3">
See{' '}
See
<button
type="button"
className="text-blue-500"
className="text-blue-500 mx-1"
title="Open GitHub documentation for participating and watching notifications"
onClick={openGitHubParticipatingDocs}
>
official docs
</button>{' '}
</button>
for more details.
</div>
</div>
Expand Down
16 changes: 10 additions & 6 deletions src/routes/__snapshots__/LoginWithOAuthApp.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.