scroll up on active NavLink click, mobile messages & footer
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import { LogoHeader } from "./LogoHeader";
|
||||
import { NavLink, useNavigate } from "react-router-dom";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import Icon from "@/Icons/Icon";
|
||||
import { ProfileLink } from "../../Element/User/ProfileLink";
|
||||
import Avatar from "../../Element/User/Avatar";
|
||||
@ -10,6 +10,7 @@ import { FormattedMessage, useIntl } from "react-intl";
|
||||
import classNames from "classnames";
|
||||
import { getCurrentSubscription } from "@/Subscription";
|
||||
import { HasNotificationsMarker } from "@/Pages/Layout/HasNotificationsMarker";
|
||||
import NavLink from "@/Element/Button/NavLink";
|
||||
|
||||
const MENU_ITEMS = [
|
||||
{
|
||||
|
Reference in New Issue
Block a user