From 045d99009dbb221c2e3a5d795a2f67d470507471 Mon Sep 17 00:00:00 2001
From: Tao Bojlen
Date: Thu, 15 Nov 2018 16:28:49 +0000
Subject: [PATCH] change links to github
---
frontend/src/components/Nav.tsx | 4 +---
frontend/src/components/Sidebar.tsx | 4 ++--
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/frontend/src/components/Nav.tsx b/frontend/src/components/Nav.tsx
index 838bb9b..1c8050b 100644
--- a/frontend/src/components/Nav.tsx
+++ b/frontend/src/components/Nav.tsx
@@ -105,9 +105,7 @@ export class Nav extends React.Component<{}, INavState> {
- fediverse.space is made by{' '}
- @tao@sunbeam.city.
- The source code is available on{' '}
+ The source code for fediverse.space is available on{' '}
GitHub;{' '}
issues and pull requests are welcome!
diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx
index 14c4550..b97a12e 100644
--- a/frontend/src/components/Sidebar.tsx
+++ b/frontend/src/components/Sidebar.tsx
@@ -264,8 +264,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={
- Message @tao to opt in}
+ action={
+ Open a GitHub issue to opt in}
/>
)
}