fix: rewrite ai-flavored marketing copy with natural language
This commit is contained in:
@@ -95,9 +95,7 @@ export default function ReviewPage({ params }: { params: Promise<{ id: string }>
|
||||
|
||||
<div className="rounded-md bg-muted/50 p-3 text-xs text-muted-foreground flex items-start gap-2">
|
||||
<Lock className="h-4 w-4 shrink-0 mt-0.5" />
|
||||
<span>
|
||||
评价采用密封机制:你的评价将在双方都提交后同时揭晓,确保评价的真实性和公正性。
|
||||
</span>
|
||||
<span>评价采用密封机制:你的评价将在双方都提交后同时揭晓。</span>
|
||||
</div>
|
||||
|
||||
<Button className="w-full" disabled={rating === 0} onClick={() => setSubmitted(true)}>
|
||||
|
||||
Reference in New Issue
Block a user