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

Fix outdated moderation warning #1430

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 7 additions & 14 deletions pages/[type]/[id]/moderation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,13 @@
</p>
<div v-else-if="isUnderReview(project)">
<p>
Project reviews typically take 24 to 48 hours. Modrinth's moderators will leave a message
below if they have any questions or concerns for you.

<!--
If your review has taken more than 48 hours, check our Discord or social media for
moderation delays.
-->
</p>

<p class="warning">
<IssuesIcon /> Due to a high volume of new projects, reviews are currently experiencing
extended delays, much greater than usual. Many projects may be under review for a week or
more. Please understand that we are working to fix this problem as soon as possible. Our
sincerest apologies for the inconvenience!
Modrinth's team of content moderators work hard to review all submitted projects.
Typically, you can expect a new project to be reviewed within 24 to 48 hours. Please keep
in mind that larger projects, especially modpacks, may require more time to review.
Certain holidays or events may also lead to delays depending on moderator availability.
Modrinth's moderators will leave a message below if they have any questions or concerns
for you. If your review has taken more than 48 hours, check our Discord or social media
for moderation delays.
</p>
</div>
<template v-else-if="isRejected(project)">
Expand Down
Loading