diff --git a/helpers/libraries/lbryApi.js b/helpers/libraries/lbryApi.js index 8e744322..cff3c346 100644 --- a/helpers/libraries/lbryApi.js +++ b/helpers/libraries/lbryApi.js @@ -43,7 +43,7 @@ module.exports = { axios .post('http://localhost:5279/lbryapi', { method: 'get', - params: { uri, timeout: 30 }, + params: { uri, timeout: 20 }, }) .then(({ data }) => { // check to make sure the daemon didn't just time out @@ -54,7 +54,7 @@ module.exports = { reject(data.result.error); } /* - note: put in a check to make sure we do not resolve until the download is actually complete (response.data.completed === true) + note: put in a check to make sure we do not resolve until the download is actually complete (response.data.completed === true)? */ resolve(data.result); }) diff --git a/public/assets/img/GitHub-Mark-64px.png b/public/assets/img/GitHub-Mark-64px.png deleted file mode 100644 index 182a1a3f..00000000 Binary files a/public/assets/img/GitHub-Mark-64px.png and /dev/null differ diff --git a/public/assets/img/content-freedom-64px.png b/public/assets/img/content-freedom-64px.png new file mode 100644 index 00000000..d000068e Binary files /dev/null and b/public/assets/img/content-freedom-64px.png differ diff --git a/views/partials/contribute.handlebars b/views/partials/contribute.handlebars index cdf646df..48e7c422 100644 --- a/views/partials/contribute.handlebars +++ b/views/partials/contribute.handlebars @@ -1,8 +1,8 @@
Spee.ch is an open source project. We would love for you to contribute to the existing site, or fork it and make your own!
+Spee.ch is an open source project. Please contribute to the existing site, or fork it and make your own!
If you have an idea for your own spee.ch-like site on top of LBRY, fork our github repo and go to town!
If you want to improve spee.ch, join our slack channel or solve one of our github issues.
video
element.
{{else}}
-
+
{{/ifConditional}}
\ No newline at end of file