Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-medicala-yral committed Dec 11, 2024
1 parent f6e35a3 commit 75852a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssr/src/page/icpump/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ pub fn TokenCard(
<ActionButton label="Airdrop".to_string() href="#".to_string() disabled=true>
<Icon class="w-full h-full" icon=AirdropIcon />
</ActionButton>
<ActionButtonWithHandler label="Share".to_string() on_click=move || {let _ =copy_to_clipboard(&format!("https://icpump.fun/token/info/{root}?airdrop_amt=100"));} >
<ActionButtonWithHandler label="Share".to_string() disabled=true on_click=move || {let _ =copy_to_clipboard(&format!("https://icpump.fun/token/info/{root}?airdrop_amt=100"));} >
<Icon class="w-full h-full" icon=ShareIcon />
</ActionButtonWithHandler>
<ActionButton label="Details".to_string() href=details.link>
Expand Down

0 comments on commit 75852a0

Please sign in to comment.