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> </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>

View file

@ -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>}
/> />
) )
} }