payments
This commit is contained in:
parent
368d9247fd
commit
fd5c8c96a4
|
@ -136,11 +136,11 @@ export default function Layout({ title, children }) {
|
||||||
Settings
|
Settings
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
{/* <Link href="/payments">
|
<Link href="/payments">
|
||||||
<a className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" role="menuitem">
|
<a className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" role="menuitem">
|
||||||
Payments
|
Payments
|
||||||
</a>
|
</a>
|
||||||
</Link> */}
|
</Link>
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="#"
|
||||||
className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 cursor-pointer"
|
className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 cursor-pointer"
|
||||||
|
@ -243,11 +243,11 @@ export default function Layout({ title, children }) {
|
||||||
Settings
|
Settings
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
{/* <Link href="/payments">
|
<Link href="/payments">
|
||||||
<a className="block px-3 py-2 rounded-md text-base font-medium text-gray-400 hover:text-white hover:bg-gray-700">
|
<a className="block px-3 py-2 rounded-md text-base font-medium text-gray-400 hover:text-white hover:bg-gray-700">
|
||||||
Payments
|
Payments
|
||||||
</a>
|
</a>
|
||||||
</Link> */}
|
</Link>
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="#"
|
||||||
onClick={handleSignOut}
|
onClick={handleSignOut}
|
||||||
|
|
Reference in New Issue