diff --git a/src/app.tsx b/src/app.tsx index c15ab937b..49af30b12 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -31,7 +31,7 @@ export const App = () => { return ( -
+
diff --git a/src/components/AccountNotifications.tsx b/src/components/AccountNotifications.tsx index d4a9ebcfd..34179e056 100644 --- a/src/components/AccountNotifications.tsx +++ b/src/components/AccountNotifications.tsx @@ -54,7 +54,7 @@ export const AccountNotifications = (props: IProps) => { return ( <> {showAccountHostname && ( -
+
-
+
-
+
{isLoggedIn && ( <>
-
+
{auth.accounts.map((account) => (
-
+
Add new account
diff --git a/src/routes/LoginWithOAuthApp.tsx b/src/routes/LoginWithOAuthApp.tsx index 1bf4282d7..07f0c9d7a 100644 --- a/src/routes/LoginWithOAuthApp.tsx +++ b/src/routes/LoginWithOAuthApp.tsx @@ -92,7 +92,7 @@ export const LoginWithOAuthApp: FC = () => { placeholder="ABC123DEF456" /> -
+
-

+

Login with OAuth App

diff --git a/src/routes/LoginWithPersonalAccessToken.tsx b/src/routes/LoginWithPersonalAccessToken.tsx index 1ce3e446b..46b85f927 100644 --- a/src/routes/LoginWithPersonalAccessToken.tsx +++ b/src/routes/LoginWithPersonalAccessToken.tsx @@ -61,7 +61,7 @@ export const LoginWithPersonalAccessToken: FC = () => { label="Hostname" placeholder="github.company.com" helpText={ -
+
Change only if you are using GitHub Enterprise Server.
} @@ -84,7 +84,7 @@ export const LoginWithPersonalAccessToken: FC = () => { /> on GitHub and paste above.
-
+
The required scopes will be selected for you.
@@ -92,12 +92,12 @@ export const LoginWithPersonalAccessToken: FC = () => { /> {!isValidToken && ( -
+
This token could not be validated with {values.hostname}.
)} -
+
-

+

Login with Personal Access Token

diff --git a/src/routes/Notifications.tsx b/src/routes/Notifications.tsx index 13e0dbd47..d99a5a57c 100644 --- a/src/routes/Notifications.tsx +++ b/src/routes/Notifications.tsx @@ -33,7 +33,7 @@ export const NotificationsRoute: FC = () => { } return ( -
+
{notifications.map((accountNotifications) => ( { return (
-
+
-
+
GitHub Notifications
on your menu bar.
Login with

Change only if you are using GitHub Enterprise Server.
@@ -87,13 +87,13 @@ exports[`routes/LoginWithPersonalAccessToken.tsx renders correctly 1`] = ` class="mb-4" >
@@ -134,7 +134,7 @@ exports[`routes/LoginWithPersonalAccessToken.tsx renders correctly 1`] = `
The required scopes will be selected for you.
@@ -142,7 +142,7 @@ exports[`routes/LoginWithPersonalAccessToken.tsx renders correctly 1`] = `

Change only if you are using GitHub Enterprise Server.
@@ -278,13 +278,13 @@ exports[`routes/LoginWithPersonalAccessToken.tsx renders correctly 1`] = ` class="mb-4" >
@@ -325,7 +325,7 @@ exports[`routes/LoginWithPersonalAccessToken.tsx renders correctly 1`] = `
The required scopes will be selected for you.
@@ -333,7 +333,7 @@ exports[`routes/LoginWithPersonalAccessToken.tsx renders correctly 1`] = `