From: Dessalines Date: Tue, 1 Dec 2020 15:27:27 +0000 (-0600) Subject: Adding the support / donate page to the navbar. Fixes #86 X-Git-Url: http://these/git/?a=commitdiff_plain;h=b1bff390c72694f9ea751d4f4dc2ac83f6ec15b4;p=lemmy-ui.git Adding the support / donate page to the navbar. Fixes #86 --- 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')} +