change links to github

This commit is contained in:
Tao Bojlen 2018-11-15 16:28:49 +00:00
parent f741a3ea47
commit 045d99009d
No known key found for this signature in database
GPG Key ID: C6EC7AAB905F9E6F
2 changed files with 3 additions and 5 deletions

View File

@ -105,9 +105,7 @@ export class Nav extends React.Component<{}, INavState> {
</a>
</li>
</ul>
fediverse.space is made by{' '}
<a href="https://sunbeam.city/@tao" target="_blank">@tao@sunbeam.city</a>.
The source code is available on{' '}
The source code for fediverse.space is available on{' '}
<a href="https://github.com/brortao/fediverse.space" target="_blank">GitHub</a>;{' '}
issues and pull requests are welcome!
</p>

View File

@ -264,8 +264,8 @@ class SidebarImpl extends React.Component<ISidebarProps, ISidebarState> {
icon={IconNames.BLOCKED_PERSON}
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."
action={<AnchorButton icon={IconNames.CONFIRM} href="https://sunbeam.city/@tao" target="_blank">
Message @tao to opt in</AnchorButton>}
action={<AnchorButton icon={IconNames.CONFIRM} href="https://github.com/brortao/fediverse.space/issues/new" target="_blank">
Open a GitHub issue to opt in</AnchorButton>}
/>
)
}