Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
advaith1 committed Aug 21, 2020
1 parent 54ac6ff commit e0217e2
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 76 deletions.
6 changes: 2 additions & 4 deletions assets/Views/templates/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,11 @@
</div>
<% } %>
<div style="padding-top: 15px;">
<a href="/servers" class="button is-default is-large is-fullwidth is-outlined">
<a href="/servers" class="button is-default is-large is-fullwidth is-outlined" style="height: auto; white-space: pre-wrap">
<span class="icon">
<i aria-hidden="true" class="fad fa-cloud-rainbow fa-1x"></i>
</span>
<span>
<%= __("common.lgbtServers.more") %>
</span>
<span><%= __("common.lgbtServers.more") %></span>
</a>
</div>
</div>
Expand Down
182 changes: 115 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"datadog-metrics": "^0.8.1",
"debug": "~2.6.9",
"del-i18n": "github:discordextremelist/i18n",
"discord.js": "^12.2.0",
"ejs": "^3.1.3",
"discord.js": "^12.3.1",
"ejs": "^3.1.5",
"express": "~4.17.1",
"express-device": "^0.4.2",
"express-sitemap": "^1.8.0",
Expand All @@ -35,7 +35,7 @@
"passport": "^0.4.1",
"passport-discord": "^0.1.4",
"request": "^2.88.2",
"sanitize-html": "^1.27.2",
"sanitize-html": "^1.27.3",
"typescript": "^3.9.7",
"typescript-transpile-only": "0.0.4"
},
Expand All @@ -51,9 +51,9 @@
"@types/http-errors": "^1.8.0",
"@types/i18n": "^0.8.7",
"@types/ioredis": "^4.17.3",
"@types/mongodb": "^3.5.25",
"@types/mongodb": "^3.5.26",
"@types/morgan": "^1.9.1",
"@types/node": "^14.0.27",
"@types/node": "^14.6.0",
"@types/passport": "^1.0.4",
"@types/passport-discord": "^0.1.3",
"@types/sanitize-html": "^1.23.3",
Expand Down

0 comments on commit e0217e2

Please sign in to comment.