Update iris.to links

This commit is contained in:
Evan Kaloudis
2023-12-07 15:08:52 -05:00
parent 786bd41f2f
commit 8c898128d9
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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}`
)
}
+1 -1
View File
@@ -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}`
)
}
+1 -1
View File
@@ -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}`
)
}