Skip to content

Commit

Permalink
Merge pull request #84 from MinaFoundation/feature/consideration-ocv-…
Browse files Browse the repository at this point in the history
…cli-instructions

Feature/consideration ocv cli instructions
  • Loading branch information
iluxonchik authored Dec 10, 2024
2 parents ca78915 + 47208a3 commit be48d25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgt-web-app",
"version": "0.1.15",
"version": "0.1.16",
"private": true,
"type": "module",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions src/components/web3/dialogs/OCVManualInstructions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ export function ManualVoteDialog({
<DialogContent className="sm:max-w-md">
<DialogHeader>
<DialogTitle className="text-2xl font-bold text-center">
How to Cast Your Vote
How do I cast my vote?
</DialogTitle>
</DialogHeader>
<div className="space-y-6 py-4">
<div className="space-y-4">
<p className="text-center text-muted-foreground">
To cast your vote, you need to send a transaction with the following memo:
Send a transaction to yourself with the following text in the memo field:
</p>

<div className="relative">
Expand Down Expand Up @@ -77,11 +77,11 @@ export function ManualVoteDialog({
<p className="font-medium text-foreground">Instructions:</p>
<ol className="list-decimal pl-4 space-y-1">
<li>Copy the memo shown above</li>
<li>Use your preferred CLI tool to create a transaction</li>
<li>Use your preferred wallet (or a CLI) to create a transaction</li>
<li>Set the recipient address to your own address</li>
<li>Set the transaction amount (can be 0 MINA)</li>
<li>Set the memo field to the copied text</li>
<li>Send the transaction to register your vote</li>
<li>Send the transaction to cast your vote</li>
</ol>
<p className="mt-4 text-sm">
Note: Make sure to follow the exact format of the memo to ensure your vote is properly recorded. The transaction must be sent to your own address, and the amount can be 0 MINA.
Expand Down

0 comments on commit be48d25

Please sign in to comment.