Refactor main header component to use Nav component and update menu labels

This commit is contained in:
Schneider Roland
2025-03-04 21:14:33 +01:00
parent 0cd6f8c0ba
commit 96b5946eb5
3 changed files with 5 additions and 82 deletions

View File

@@ -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>