diff --git a/api/views/email/inlined/pro.ejs b/api/views/email/inlined/pro.ejs index 108e147..2a6273d 100644 --- a/api/views/email/inlined/pro.ejs +++ b/api/views/email/inlined/pro.ejs @@ -56,7 +56,7 @@ background-color: #f6f6f6; - + diff --git a/api/views/email/pro.html b/api/views/email/pro.html index 1f1cb57..23d5c2a 100644 --- a/api/views/email/pro.html +++ b/api/views/email/pro.html @@ -11,7 +11,7 @@
- + diff --git a/app.js b/app.js index 5bc8d69..9d342cd 100644 --- a/app.js +++ b/app.js @@ -22,7 +22,7 @@ app.keys = [process.env.COOKIE_KEY]; if (process.env.SENTRY_DSN) { Sentry.init({ dsn: process.env.SENTRY_DSN, - release: `hostr@${process.env.GIT_REV}`, + release: process.env.GIT_REV, }); app.on('error', (err) => { if (err.statusCode === 404) return; diff --git a/web/public/404.html b/web/public/404.html index 5a2135d..a2f0b04 100644 --- a/web/public/404.html +++ b/web/public/404.html @@ -15,7 +15,7 @@
diff --git a/web/public/50x.html b/web/public/50x.html index 1bf216b..9c1c584 100644 --- a/web/public/50x.html +++ b/web/public/50x.html @@ -15,7 +15,7 @@
diff --git a/web/public/error.html b/web/public/error.html index 9490de6..0935832 100644 --- a/web/public/error.html +++ b/web/public/error.html @@ -15,7 +15,7 @@
@@ -23,13 +23,13 @@

<%= status %>

<% if (status >= 500) { %> -

<%= error %>

+

Oops, looks like we're having a problem with your request.

Refreshing might fix the problem. If not, sit tight! We're on it!

<% } else if (status === 404) { %>

Sorry, it looks like the file you asked for is gone.

Take Me Home <% } else { %> -

<%= error %>

+

<%= error %>

Take Me Home <% } %>

diff --git a/web/public/images/logo-dark.png b/web/public/images/logo-dark.png new file mode 100644 index 0000000..c6f2818 Binary files /dev/null and b/web/public/images/logo-dark.png differ diff --git a/web/public/maintenance.html b/web/public/maintenance.html index 5a36edd..7c6d1e1 100644 --- a/web/public/maintenance.html +++ b/web/public/maintenance.html @@ -15,7 +15,7 @@
diff --git a/web/public/src/partials/file.html b/web/public/src/partials/file.html index 254f68b..3e37849 100644 --- a/web/public/src/partials/file.html +++ b/web/public/src/partials/file.html @@ -1,6 +1,6 @@
- + diff --git a/web/views/email/forgot.html b/web/views/email/forgot.html index 014279d..b42769f 100644 --- a/web/views/email/forgot.html +++ b/web/views/email/forgot.html @@ -11,7 +11,7 @@
- + diff --git a/web/views/email/inlined/activate.ejs b/web/views/email/inlined/activate.ejs index 4d22ad7..ed547c6 100644 --- a/web/views/email/inlined/activate.ejs +++ b/web/views/email/inlined/activate.ejs @@ -56,7 +56,7 @@ background-color: #f6f6f6;
- + diff --git a/web/views/email/inlined/forgot.ejs b/web/views/email/inlined/forgot.ejs index e74b40a..28799be 100644 --- a/web/views/email/inlined/forgot.ejs +++ b/web/views/email/inlined/forgot.ejs @@ -56,7 +56,7 @@ background-color: #f6f6f6;
- + diff --git a/web/views/file.ejs b/web/views/file.ejs index 658e165..8c1a737 100644 --- a/web/views/file.ejs +++ b/web/views/file.ejs @@ -32,7 +32,7 @@