Switch to fedidb from fediverse.network

This commit is contained in:
Inex Code 2021-07-30 23:05:25 +03:00
parent 950e03fc35
commit d7cc4d1d88
1 changed files with 2 additions and 2 deletions

View File

@ -233,11 +233,11 @@ class InstanceScreenImpl extends React.PureComponent<InstanceScreenProps, Instan
</StyledTabs>
<StyledLinkToFdNetwork>
<AnchorButton
href={`https://fediverse.network/${this.props.instanceName}`}
href={`https://fedidb.org/network/instance?domain=${this.props.instanceName}`}
minimal
rightIcon={IconNames.SHARE}
target="_blank"
text="See more statistics at fediverse.network"
text="See more statistics at fedidb.org"
/>
</StyledLinkToFdNetwork>
</>