diff --git a/.eslintrc.js b/.eslintrc.js index 0c004c46..a2130cb1 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -17,5 +17,6 @@ module.exports = { rules: { 'no-console': 'off', 'vue/no-v-html': 'off', + 'import/no-named-as-default': 'off', }, } diff --git a/components/ui/ModalReport.vue b/components/ui/ModalReport.vue index b78b48d4..ad5dcef7 100644 --- a/components/ui/ModalReport.vue +++ b/components/ui/ModalReport.vue @@ -10,6 +10,12 @@ Rules. Rest assured, we’ll keep your identifying information private.

+

+ Please do not use this to report bugs with the + project itself. This form is only for submitting a report to Modrinth + staff. If the project has an Issues link or a Discord invite, consider + reporting it there. +