Skip to content

Commit

Permalink
chore: change twitter url to x
Browse files Browse the repository at this point in the history
Co-authored-by: Chen Yu <[email protected]>
Signed-off-by: 布偶什么的就是布偶 <[email protected]>
  • Loading branch information
PainterPuppets and Keith-CY authored Oct 10, 2023
1 parent 66580dd commit daa6233
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 @@ -80,7 +80,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 daa6233

Please sign in to comment.