move final
This commit is contained in:
@@ -42,7 +42,7 @@ const Navbar = ({ onSidebarToggle }) => {
|
||||
</button>
|
||||
|
||||
<h1 className="text-lg font-semibold text-gray-900 dark:text-white lg:hidden">
|
||||
Payment Admin
|
||||
KHalij Payment
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ const Sidebar = ({ isOpen, onToggle }) => {
|
||||
`}>
|
||||
<div className="flex items-center justify-between h-16 px-6 border-b border-gray-200 dark:border-gray-700">
|
||||
<h1 className="text-xl font-bold text-gray-900 dark:text-white">
|
||||
Payment Admin
|
||||
KHalij Payment
|
||||
</h1>
|
||||
<button
|
||||
onClick={onToggle}
|
||||
|
||||
Reference in New Issue
Block a user