Update demo page terminology
- Change "Quadratic Voting" to "Quadratic Proposal Ranking" - Keep terminology consistent across the site Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
61b3a4b53c
commit
d81c1201ef
|
|
@ -140,9 +140,9 @@ export default function DemoPage() {
|
||||||
<Badge variant="secondary" className="text-sm">
|
<Badge variant="secondary" className="text-sm">
|
||||||
Interactive Demo
|
Interactive Demo
|
||||||
</Badge>
|
</Badge>
|
||||||
<h1 className="text-4xl font-bold">Try Quadratic Voting</h1>
|
<h1 className="text-4xl font-bold">Try Quadratic Proposal Ranking</h1>
|
||||||
<p className="text-xl text-muted-foreground max-w-2xl mx-auto">
|
<p className="text-xl text-muted-foreground max-w-2xl mx-auto">
|
||||||
Experience how rVote works without creating an account. Vote on these
|
Experience how rVote works without creating an account. Rank these
|
||||||
sample proposals and see the quadratic cost in action.
|
sample proposals and see the quadratic cost in action.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -173,7 +173,7 @@ export default function DemoPage() {
|
||||||
<CardHeader>
|
<CardHeader>
|
||||||
<CardTitle className="text-lg flex items-center gap-2">
|
<CardTitle className="text-lg flex items-center gap-2">
|
||||||
<TrendingUp className="h-5 w-5" />
|
<TrendingUp className="h-5 w-5" />
|
||||||
Quadratic Voting Cost
|
Quadratic Ranking Cost
|
||||||
</CardTitle>
|
</CardTitle>
|
||||||
<CardDescription>
|
<CardDescription>
|
||||||
The more votes you put on one proposal, the more each additional
|
The more votes you put on one proposal, the more each additional
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue