Skip to content

Commit

Permalink
align warning capitaliization with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiofederici committed Jan 18, 2025
1 parent 70f70c7 commit 35b6725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/app/(vault)/vault/holdings/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ export default function Holdings() {
In this case please manually transfer assets and/or close empty token accounts.`}
/>
<DangerCard
message={`Do NOT send any asset to this vault while closing, or you risk to permanently lose them.`}
message={`DO NOT send any asset to this vault while closing, or you risk to permanently lose them.`}
/>
<Button
onClick={closeVault}
Expand Down

0 comments on commit 35b6725

Please sign in to comment.