You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It may be worth changing this abstract Discord link on the page footer to the official logo. Not urgent, but it could be a good first issue.
Currently, the Footer.vue code uses the v-icon element to draw these logos, but it looks like we need another way to get the Discord one since it does not seem to exist in the mdi logos library that v-icon refers to (like here).
It may be worth changing this abstract Discord link on the page footer to the official logo. Not urgent, but it could be a good first issue.
Currently, the
Footer.vue
code uses the v-icon element to draw these logos, but it looks like we need another way to get the Discord one since it does not seem to exist in the mdi logos library thatv-icon
refers to (like here).One option would be to download and reference the official logo: https://discord.com/branding
Another nice option would be to install and use another icon library
The text was updated successfully, but these errors were encountered: