Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 38cce37

Browse files
committed
fix: RNS or ENS
1 parent d9d1ccd commit 38cce37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/Mint.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ const tweet = () => {
248248
const text = encodeURIComponent(
249249
`#OwnMyTweets - ${
250250
isENS
251-
? `This Tweet signals that I have claimed my ENS ${isENS} as my handle on`
251+
? `This Tweet signals that I have claimed my ${isENS.endsWith('.rss3') ? 'RNS' : 'ENS'} ${isENS} as my handle on`
252252
: `My future tweets will be synced on-chain through`
253253
} https://crosssync.app via @_Crossbell ${
254254
isENS ? `(${moment.duration(moment().diff(ensDeadline.value)).humanize()} remaining to claim)` : ``

0 commit comments

Comments
 (0)