From: Eugen Rochko Date: Tue, 4 Jun 2019 17:50:38 +0000 (+0200) Subject: Add profile directory link to single column navigation panel (#10963) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=6077eca240d3dc8765380c99896d85ab6e9c4ea9;p=mastodon.git Add profile directory link to single column navigation panel (#10963) --- diff --git a/app/javascript/mastodon/features/ui/components/navigation_panel.js b/app/javascript/mastodon/features/ui/components/navigation_panel.js index 613be7391..1d783ba1b 100644 --- a/app/javascript/mastodon/features/ui/components/navigation_panel.js +++ b/app/javascript/mastodon/features/ui/components/navigation_panel.js @@ -22,7 +22,8 @@ const NavigationPanel = () => (
- + + );