From b1bff390c72694f9ea751d4f4dc2ac83f6ec15b4 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 1 Dec 2020 09:27:27 -0600 Subject: [PATCH] Adding the support / donate page to the navbar. Fixes #86 --- src/shared/components/navbar.tsx | 12 ++++++++++++ src/shared/components/symbols.tsx | 3 +++ src/shared/utils.ts | 1 + 3 files changed, 16 insertions(+) diff --git a/src/shared/components/navbar.tsx b/src/shared/components/navbar.tsx index 795368f..0eed4f4 100644 --- a/src/shared/components/navbar.tsx +++ b/src/shared/components/navbar.tsx @@ -29,6 +29,7 @@ import { notifyPrivateMessage, isBrowser, wsSubscribe, + supportLemmyUrl, } from '../utils'; import { i18n } from '../i18next'; import { PictrsImage } from './pictrs-image'; @@ -239,6 +240,17 @@ export class Navbar extends Component { {i18n.t('create_community')} +