Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: use tailwind classes in place of spaces #1170

Merged
merged 1 commit into from
Jun 2, 2024
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.