Skip to content

Commit

Permalink
chore: change twitter url to x
Browse files Browse the repository at this point in the history
  • Loading branch information
PainterPuppets committed Oct 10, 2023
1 parent 030009a commit 881cf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Halving/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const HalvingCountdownPage = () => {
date: estimatedDate.toUTCString(),
countdown: shortCountdown(),
})
const shareUrl = `https://twitter.com/share?text=${encodeURIComponent(shareText)}&hashtags=CKB%2CPoW%2CHalving`
const shareUrl = `https://x.com/share?text=${encodeURIComponent(shareText)}&hashtags=CKB%2CPoW%2CHalving`
const getTargetBlockByHavingCount = (count: number) => {
return (
EPOCHS_PER_HALVING *
Expand Down

0 comments on commit 881cf37

Please sign in to comment.