Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/MultisigInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const MultisigInput = () => {
className="w-full border border-gray-300 rounded-md shadow-sm px-4 py-2 focus:outline-none focus:ring-2 focus:ring-blue-200 sm:text-sm mt-2"
onChange={(e) => setMultisig(e.target.value)}
/>
<p className="mt-1 text-gray-500 text-xs">*This needs to be your multisig account found in &quot;Settings&quot; {'->'} &quot;Multisig Account&quot; in main UI</p>
<Button onClick={setMultisigCookie} className="mt-4">
Set Multisig
</Button>
Expand Down