Refactor main header component to use Nav component and update menu labels
This commit is contained in:
@@ -23,7 +23,7 @@ const Nav: FC<Props> = ({menuItems}:Props) => {
|
||||
<div className="main_header">
|
||||
<div className="container-fluid">
|
||||
<nav className="navbar navbar-expand-lg navbar-light p-0">
|
||||
<a className="navbar-brand" href="/index">
|
||||
<a className="navbar-brand" href="/">
|
||||
<figure className="mb-0"><YogaImageComponent src="/assets/images/yogastic_logo.png" alt=""/>
|
||||
</figure>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user