refactor: made navbar ui interactive
This commit is contained in:
@@ -104,7 +104,7 @@ const Navbar = () => {
|
||||
return (
|
||||
<>
|
||||
<header className="fixed top-0 left-0 right-0 z-50 bg-white shadow-md">
|
||||
<div className="container mx-auto flex justify-between items-center p-4">
|
||||
<div className="container mx-auto flex justify-between items-center px-4 py-2">
|
||||
<div className="flex items-center md:space-x-4">
|
||||
<button onClick={toggleSidebar} className="z-50">
|
||||
{isSidebarOpen ? (
|
||||
@@ -154,7 +154,7 @@ const Navbar = () => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="py-2 ">
|
||||
<div className="py-4 border-t">
|
||||
<div className="container mx-auto flex justify-center items-center">
|
||||
<div className="flex space-x-4">
|
||||
{visibleItems.map((item) => (
|
||||
|
||||
Reference in New Issue
Block a user