From 08a1c593902ca37a545c46fdda2eccd0247c61e4 Mon Sep 17 00:00:00 2001 From: kodxana Date: Wed, 8 Dec 2021 15:41:05 +0100 Subject: [PATCH] seed page --- ui/component/sideNavigation/view.jsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index 8f6dc6c..d94e616 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -37,6 +37,12 @@ const DONATE = { icon: ICONS.LBC, }; +const SEED = { + title: 'Seed Service', + link: `/$/${PAGES.SEED}`, + icon: ICONS.DOWNLOADABLE, +}; + type Props = { subscriptions: Array, followedTags: Array, @@ -222,6 +228,7 @@ function SideNavigation(props: Props) { SIDE_LINKS.push(HOME); SIDE_LINKS.push(DONATE); + SIDE_LINKS.push(SEED); if (!SIMPLE_SITE && hasExperimentalUi) { FULL_LINKS.push({ title: 'Lists',