update phrasing of the rules, prepr

This commit is contained in:
Prospector
2026-08-01 18:09:19 -07:00
parent 866bccf407
commit d5e005adb3
2 changed files with 5 additions and 5 deletions
@@ -1,6 +1,6 @@
<script setup lang="ts">
import { SmartClickable, Toggle } from '@modrinth/ui'
import { useId, computed } from 'vue'
import { computed, useId } from 'vue'
const value = defineModel<boolean>('value', { required: true })