Skip to content

Commit

Permalink
style(ui): 💄 change disconnect bomb to broom
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Feb 8, 2024
1 parent c0325b9 commit a934aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ async function main() {
// target: '',
// targetFallback: 'this wallet',
actionType: 'dang',
submitIcon: state => `💣`,
submitIcon: state => `🧹`, // `💣`,
alert: state => html`
<div class="flex px-3 ta-left col">
<sub class="ta-left my-0">
Expand Down

0 comments on commit a934aef

Please sign in to comment.