Update iris.to links
This commit is contained in:
@@ -22,7 +22,7 @@ Read more on our [documentation site](https://docs.zeusln.app/).
|
||||
* Keep up with us on
|
||||
[Twitter](https://twitter.com/ZeusLN)
|
||||
and
|
||||
[Nostr](https://iris.to/#/profile/npub1xnf02f60r9v0e5kty33a404dm79zr7z2eepyrk5gsq3m7pwvsz2sazlpr5)
|
||||
[Nostr](https://iris.to/npub1xnf02f60r9v0e5kty33a404dm79zr7z2eepyrk5gsq3m7pwvsz2sazlpr5)
|
||||
* Open a channel with
|
||||
[our node](https://amboss.space/node/031b301307574bbe9b9ac7b79cbe1700e31e544513eae0b5d7497483083f99e581)
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ export default class Gods extends React.Component<GodsProps, {}> {
|
||||
`https://${
|
||||
item.type === 'Twitter'
|
||||
? 'twitter.com/'
|
||||
: 'iris.to/#/profile/'
|
||||
: 'iris.to/'
|
||||
}${item.handle}`
|
||||
)
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ export default class Mortals extends React.Component<MortalsProps, {}> {
|
||||
`https://${
|
||||
item.type === 'Twitter'
|
||||
? 'twitter.com/'
|
||||
: 'iris.to/#/profile/'
|
||||
: 'iris.to/'
|
||||
}${item.handle}`
|
||||
)
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ export default class Olympians extends React.Component<OlympiansProps, {}> {
|
||||
`https://${
|
||||
item.type === 'Twitter'
|
||||
? 'twitter.com/'
|
||||
: 'iris.to/#/profile/'
|
||||
: 'iris.to/'
|
||||
}${item.handle}`
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user