diff --git a/app/helpers/github.js b/app/helpers/github.js index 05d1b7b..5b55392 100644 --- a/app/helpers/github.js +++ b/app/helpers/github.js @@ -343,8 +343,8 @@ function updateGithubFeed() { .catch(err => { logSlackError( "\n" + - "> *GITHUB FEED ERROR:* ```" + JSON.parse(JSON.stringify(err)) + "```" + "\n" + - "> _Cause: GitHub feed refresh_\n" + "> *GITHUB FEED ERROR:* ```" + JSON.parse(JSON.stringify(err)) + "```" + "\n" + + "> _Cause: GitHub feed refresh_\n" ); }); } diff --git a/app/views/api.js b/app/views/api.js index 23ae3e6..eb7e5d2 100644 --- a/app/views/api.js +++ b/app/views/api.js @@ -56,28 +56,28 @@ module.exports = exports = state => parseApiFile(state.params.wildcard).then(res const redirectUrl = redirects[state.href]; return asyncHtml` -
- + -
-
-

Redirecting you to ${redirectUrl}

-
-
-
+
+
+

Redirecting you to ${redirectUrl}

+
+
+ - - `; + + `; });