= ({ notification, hostname }) => { {notification.subject.user ? ( - + {`${notification.subject.user.login}'s ) : ( @@ -128,6 +145,7 @@ export const NotificationRow: FC = ({ notification, hostname }) => {
{' '} and create one with the {Constants.AUTH_SCOPE.length} scopes{' '} {Constants.AUTH_SCOPE.join(', ')}{' '} @@ -120,6 +121,7 @@ export const LoginWithToken: FC = () => {
- openGitHubReleaseNotes(appVersion)} > Gitify v{appVersion} - +
@@ -69,6 +70,7 @@ exports[`routes/Login.tsx should render itself & its children 1`] = ` className="w-50 px-2 py-2 my-2 bg-gray-300 font-semibold rounded text-xs text-center dark:text-black hover:bg-gray-500 hover:text-white focus:outline-none" onClick={[Function]} title="Login with GitHub Enterprise" + type="button" > Login to GitHub Enterprise diff --git a/src/routes/__snapshots__/LoginEnterprise.test.tsx.snap b/src/routes/__snapshots__/LoginEnterprise.test.tsx.snap index 43d74e232..c913860c7 100644 --- a/src/routes/__snapshots__/LoginEnterprise.test.tsx.snap +++ b/src/routes/__snapshots__/LoginEnterprise.test.tsx.snap @@ -11,6 +11,7 @@ exports[`routes/LoginEnterprise.tsx renders correctly 1`] = ` className="focus:outline-none" onClick={[Function]} title="Go Back" + type="button" > To generate a token, go to GitHub, - personal access tokens - + and create one with the 3 diff --git a/src/routes/__snapshots__/Settings.test.tsx.snap b/src/routes/__snapshots__/Settings.test.tsx.snap index d6bf020ab..34cf42d08 100644 --- a/src/routes/__snapshots__/Settings.test.tsx.snap +++ b/src/routes/__snapshots__/Settings.test.tsx.snap @@ -39,6 +39,7 @@ exports[`routes/Settings.tsx should render itself & its children 1`] = ` Gitify v 0.0.1 - +