seed page
This commit is contained in:
parent
b665b14fd7
commit
08a1c59390
1 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,12 @@ const DONATE = {
|
||||||
icon: ICONS.LBC,
|
icon: ICONS.LBC,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const SEED = {
|
||||||
|
title: 'Seed Service',
|
||||||
|
link: `/$/${PAGES.SEED}`,
|
||||||
|
icon: ICONS.DOWNLOADABLE,
|
||||||
|
};
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
subscriptions: Array<Subscription>,
|
subscriptions: Array<Subscription>,
|
||||||
followedTags: Array<Tag>,
|
followedTags: Array<Tag>,
|
||||||
|
@ -222,6 +228,7 @@ function SideNavigation(props: Props) {
|
||||||
|
|
||||||
SIDE_LINKS.push(HOME);
|
SIDE_LINKS.push(HOME);
|
||||||
SIDE_LINKS.push(DONATE);
|
SIDE_LINKS.push(DONATE);
|
||||||
|
SIDE_LINKS.push(SEED);
|
||||||
if (!SIMPLE_SITE && hasExperimentalUi) {
|
if (!SIMPLE_SITE && hasExperimentalUi) {
|
||||||
FULL_LINKS.push({
|
FULL_LINKS.push({
|
||||||
title: 'Lists',
|
title: 'Lists',
|
||||||
|
|
Loading…
Reference in a new issue