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',