added location field
This commit is contained in:
@ -16,11 +16,11 @@ export default function Navigation() {
|
||||
|
||||
return (
|
||||
<nav className="navbar glass">
|
||||
<div className="nav-brand">InventoryPro</div>
|
||||
<div className="nav-brand">Simpson's Fence Inventory</div>
|
||||
<ul className="nav-links">
|
||||
{navItems.map((item) => (
|
||||
<li key={item.href}>
|
||||
<Link
|
||||
<Link
|
||||
href={item.href}
|
||||
className={`nav-link ${pathname === item.href ? 'active' : ''}`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user