Skip to content

Commit

Permalink
Update ShareModal.vue
Browse files Browse the repository at this point in the history
Fix double link embed on warpcast
  • Loading branch information
willyogo authored Jun 24, 2024
1 parent 6f6655e commit dbc024b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/modals/compositions/ShareModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="share-modal__buttons-wrp">
<div>
<img src="../../../assets/farcaster.png" class="share-modal__logo">
<a target="_blank" :href="`https://warpcast.com/~/compose?text=I%20just%20deposited%20stETH%20and%20started%20earning%20%24SPACE%20in%20the%20%2Fnounspace%20fair%20launch!%20%0A%0ATotal%20staked%3A%20${formatEther(totalDeposited)}%20stETH.%20%0A%0AJoin%20us%20in%20building%20the%20community-owned%20future%20of%20social%20on%20space.nounspace.com&embeds[]=https://space.nounspace.com/`">
<a target="_blank" :href="`https://warpcast.com/~/compose?text=I%20just%20deposited%20stETH%20and%20started%20earning%20%24SPACE%20in%20the%20%2Fnounspace%20fair%20launch!%20%0A%0ATotal%20staked%3A%20${formatEther(totalDeposited)}%20stETH.%20%0A%0AJoin%20us%20in%20building%20the%20community-owned%20future%20of%20social%20on%20space.nounspace.com`">
<app-button
class="share-modal__buttons-wrp"
:text="$t('home-page.public-pool-view.cast-btn')"
Expand Down

0 comments on commit dbc024b

Please sign in to comment.