Switch to fedidb from fediverse.network
This commit is contained in:
parent
950e03fc35
commit
d7cc4d1d88
|
@ -233,11 +233,11 @@ class InstanceScreenImpl extends React.PureComponent<InstanceScreenProps, Instan
|
||||||
</StyledTabs>
|
</StyledTabs>
|
||||||
<StyledLinkToFdNetwork>
|
<StyledLinkToFdNetwork>
|
||||||
<AnchorButton
|
<AnchorButton
|
||||||
href={`https://fediverse.network/${this.props.instanceName}`}
|
href={`https://fedidb.org/network/instance?domain=${this.props.instanceName}`}
|
||||||
minimal
|
minimal
|
||||||
rightIcon={IconNames.SHARE}
|
rightIcon={IconNames.SHARE}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
text="See more statistics at fediverse.network"
|
text="See more statistics at fedidb.org"
|
||||||
/>
|
/>
|
||||||
</StyledLinkToFdNetwork>
|
</StyledLinkToFdNetwork>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue