seed page

This commit is contained in:
kodxana 2021-12-08 15:41:05 +01:00 committed by GitHub
parent b665b14fd7
commit 08a1c59390
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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