Add Seed Service code #2

Merged
kodxana merged 6 commits from seed_dev into main 2021-12-08 15:42:48 +01:00
Showing only changes of commit 08a1c59390 - Show all commits

View file

@ -37,6 +37,12 @@ const DONATE = {
icon: ICONS.LBC,
};
const SEED = {
title: 'Seed Service',
link: `/$/${PAGES.SEED}`,
icon: ICONS.DOWNLOADABLE,
};
type Props = {
subscriptions: Array<Subscription>,
followedTags: Array<Tag>,
@ -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',