navbar updated of mobile decoration
This commit is contained in:
@@ -110,7 +110,7 @@ export function Navbar() {
|
|||||||
href="/products"
|
href="/products"
|
||||||
className="text-white text-sm h-full flex items-center font-semibold hover:cursor-pointer hover:text-red-500 transition"
|
className="text-white text-sm h-full flex items-center font-semibold hover:cursor-pointer hover:text-red-500 transition"
|
||||||
>
|
>
|
||||||
Products
|
PRODUCTS
|
||||||
</Link>
|
</Link>
|
||||||
<Link
|
<Link
|
||||||
href="/contact"
|
href="/contact"
|
||||||
@@ -228,11 +228,11 @@ export function Navbar() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
href="/blog"
|
href="/products"
|
||||||
className="text-white text-base font-semibold hover:text-red-500 transition py-2"
|
className="text-white text-base font-semibold hover:text-red-500 transition py-2"
|
||||||
onClick={() => setIsMobileMenuOpen(false)}
|
onClick={() => setIsMobileMenuOpen(false)}
|
||||||
>
|
>
|
||||||
BLOG
|
PRODUCTS
|
||||||
</Link>
|
</Link>
|
||||||
<Link
|
<Link
|
||||||
href="/contact"
|
href="/contact"
|
||||||
|
|||||||
Reference in New Issue
Block a user