feat: add moderation status action button to tech review (#6484)

* feat: add moderation status action button to tech review

* chore: run prepr
This commit is contained in:
ThatGravyBoat
2026-06-24 05:54:39 +00:00
committed by GitHub
parent 45c417e406
commit a1b2073f57
2 changed files with 96 additions and 8 deletions
@@ -375,7 +375,7 @@ const authorLink = computed(() =>
</section>
<section id="changes">
<h3 class="mt-0 mb-2 text-lg font-semibold">{{ formatMessage(messages.changes) }}</h3>
<div class="p-4 bg-surface-3 rounded-2xl flex border-solid border border-surface-4">
<div class="p-4 bg-surface-3 rounded-2xl border-solid border border-surface-4">
<div
v-if="version.changelog"
class="markdown-body"