feat: sync design of header with current web
This commit is contained in:
@@ -7,7 +7,7 @@ export type CurrentHeaderLink = {
|
||||
title: string
|
||||
}
|
||||
|
||||
export type TopMenuCurrentHeaderLink = {
|
||||
export type TopMenuHeaderLink = {
|
||||
link: {
|
||||
href: string
|
||||
title: string
|
||||
@@ -21,7 +21,7 @@ export type CurrentHeaderLinks = {
|
||||
}
|
||||
|
||||
export type TopMenuCurrentHeaderLinks = {
|
||||
links: TopMenuCurrentHeaderLink[]
|
||||
links: TopMenuHeaderLink[]
|
||||
}
|
||||
|
||||
export type CurrentHeader = {
|
||||
|
||||
Reference in New Issue
Block a user