payments card and separated /support url
This commit is contained in:
@@ -7,8 +7,7 @@ import Loader from '@/components/ui/Loader'
|
||||
import { RiUser3Line } from 'react-icons/ri'
|
||||
import { FaRoute } from 'react-icons/fa'
|
||||
import { GoPackageDependents, GoPackageDependencies } from 'react-icons/go'
|
||||
import { MdOutlinePayments } from 'react-icons/md'
|
||||
import { CgNotes } from 'react-icons/cg'
|
||||
import { MdOutlinePayments, MdOutlineContactSupport } from 'react-icons/md'
|
||||
import useUserStore from '@/app/store/userStore'
|
||||
|
||||
export default function AccountLayout({ children }: { children: React.ReactNode }) {
|
||||
@@ -47,6 +46,7 @@ export default function AccountLayout({ children }: { children: React.ReactNode
|
||||
icon: GoPackageDependencies,
|
||||
},
|
||||
{ name: 'Тарифы', href: '/account/payments', icon: MdOutlinePayments },
|
||||
{ name: 'Поддержка', href: '/account/support', icon: MdOutlineContactSupport },
|
||||
]
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user