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