change links to github
This commit is contained in:
parent
f741a3ea47
commit
045d99009d
|
@ -105,9 +105,7 @@ export class Nav extends React.Component<{}, INavState> {
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
fediverse.space is made by{' '}
|
The source code for fediverse.space is available on{' '}
|
||||||
<a href="https://sunbeam.city/@tao" target="_blank">@tao@sunbeam.city</a>.
|
|
||||||
The source code is available on{' '}
|
|
||||||
<a href="https://github.com/brortao/fediverse.space" target="_blank">GitHub</a>;{' '}
|
<a href="https://github.com/brortao/fediverse.space" target="_blank">GitHub</a>;{' '}
|
||||||
issues and pull requests are welcome!
|
issues and pull requests are welcome!
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -264,8 +264,8 @@ class SidebarImpl extends React.Component<ISidebarProps, ISidebarState> {
|
||||||
icon={IconNames.BLOCKED_PERSON}
|
icon={IconNames.BLOCKED_PERSON}
|
||||||
title="No data"
|
title="No data"
|
||||||
description="This instance has fewer than 5 users. It was not crawled in order to protect their privacy, but if it's your instance you can opt in."
|
description="This instance has fewer than 5 users. It was not crawled in order to protect their privacy, but if it's your instance you can opt in."
|
||||||
action={<AnchorButton icon={IconNames.CONFIRM} href="https://sunbeam.city/@tao" target="_blank">
|
action={<AnchorButton icon={IconNames.CONFIRM} href="https://github.com/brortao/fediverse.space/issues/new" target="_blank">
|
||||||
Message @tao to opt in</AnchorButton>}
|
Open a GitHub issue to opt in</AnchorButton>}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue