move links for better odysee parity
This commit is contained in:
parent
3b6882412a
commit
29e7af5bfc
1 changed files with 2 additions and 1 deletions
|
@ -230,12 +230,13 @@ function SideNavigation(props: Props) {
|
||||||
|
|
||||||
SIDE_LINKS.push(HOME);
|
SIDE_LINKS.push(HOME);
|
||||||
SIDE_LINKS.push(RECENT_FROM_FOLLOWING);
|
SIDE_LINKS.push(RECENT_FROM_FOLLOWING);
|
||||||
SIDE_LINKS.push(...FULL_LINKS);
|
|
||||||
|
|
||||||
if (EXTRA_SIDEBAR_LINKS) {
|
if (EXTRA_SIDEBAR_LINKS) {
|
||||||
SIDE_LINKS.push(...EXTRA_SIDEBAR_LINKS);
|
SIDE_LINKS.push(...EXTRA_SIDEBAR_LINKS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
SIDE_LINKS.push(...FULL_LINKS);
|
||||||
|
|
||||||
const [pulseLibrary, setPulseLibrary] = React.useState(false);
|
const [pulseLibrary, setPulseLibrary] = React.useState(false);
|
||||||
const isPersonalized = !IS_WEB || isAuthenticated;
|
const isPersonalized = !IS_WEB || isAuthenticated;
|
||||||
const isAbsolute = isOnFilePage || isMediumScreen;
|
const isAbsolute = isOnFilePage || isMediumScreen;
|
||||||
|
|
Loading…
Reference in a new issue