fix: add login/logout buttons
This commit is contained in:
@@ -11,4 +11,6 @@ export type MainMenuProps = {
|
||||
logo: Image
|
||||
topMenuMobileLinks: TopMenuHeaderLink[]
|
||||
languageSwitcher: React.ReactNode
|
||||
bookingHref: string
|
||||
isLoggedIn: boolean
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
import { Lang } from "@/constants/languages"
|
||||
|
||||
import type { TopMenuHeaderLink } from "@/types/requests/currentHeader"
|
||||
|
||||
export type TopMenuProps = {
|
||||
@@ -5,5 +7,5 @@ export type TopMenuProps = {
|
||||
homeHref: string
|
||||
links: TopMenuHeaderLink[]
|
||||
languageSwitcher: React.ReactNode
|
||||
lang: string
|
||||
lang: Lang
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user