move final
This commit is contained in:
@@ -42,7 +42,7 @@ const Navbar = ({ onSidebarToggle }) => {
|
|||||||
</button>
|
</button>
|
||||||
|
|
||||||
<h1 className="text-lg font-semibold text-gray-900 dark:text-white lg:hidden">
|
<h1 className="text-lg font-semibold text-gray-900 dark:text-white lg:hidden">
|
||||||
Payment Admin
|
KHalij Payment
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</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">
|
<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">
|
<h1 className="text-xl font-bold text-gray-900 dark:text-white">
|
||||||
Payment Admin
|
KHalij Payment
|
||||||
</h1>
|
</h1>
|
||||||
<button
|
<button
|
||||||
onClick={onToggle}
|
onClick={onToggle}
|
||||||
|
|||||||
Reference in New Issue
Block a user