From f1be2e3be3596715831206bedd1869b631076ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tao=20Bojl=C3=A9n?= Date: Tue, 26 Feb 2019 16:23:18 +0000 Subject: [PATCH] Update links to GitLab --- frontend/src/components/Nav.tsx | 2 +- frontend/src/components/Sidebar.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/Nav.tsx b/frontend/src/components/Nav.tsx index 1c8050b..bf7d666 100644 --- a/frontend/src/components/Nav.tsx +++ b/frontend/src/components/Nav.tsx @@ -106,7 +106,7 @@ export class Nav extends React.Component<{}, INavState> { The source code for fediverse.space is available on{' '} - GitHub;{' '} + GitLab;{' '} issues and pull requests are welcome!

diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index 8256e94..a5af465 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -268,8 +268,8 @@ class SidebarImpl extends React.Component { 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={ - Open a GitHub issue to opt in} + action={ + Message @tao to opt in} /> ) }