Update links to GitLab

This commit is contained in:
Tao Bojlén 2019-02-26 16:23:18 +00:00
parent 412016987b
commit f1be2e3be3
2 changed files with 3 additions and 3 deletions

View File

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

View File

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