payments coming soon
This commit is contained in:
parent
b3c7faa813
commit
9a4c400252
|
@ -136,11 +136,13 @@ export default function Layout({ title, children }) {
|
|||
>
|
||||
Settings (coming soon)
|
||||
</a>
|
||||
<Link href="/payments">
|
||||
<a className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100" role="menuitem">
|
||||
Payments
|
||||
<a
|
||||
href="#"
|
||||
className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100"
|
||||
role="menuitem"
|
||||
>
|
||||
Payments (coming soon)
|
||||
</a>
|
||||
</Link>
|
||||
<a
|
||||
href="#"
|
||||
className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 cursor-pointer"
|
||||
|
@ -244,11 +246,12 @@ export default function Layout({ title, children }) {
|
|||
>
|
||||
Settings (coming soon)
|
||||
</a>
|
||||
<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">
|
||||
Payments
|
||||
<a
|
||||
href="#"
|
||||
className="block px-3 py-2 rounded-md text-base font-medium text-gray-400 hover:text-white hover:bg-gray-700"
|
||||
>
|
||||
Payments (coming soon)
|
||||
</a>
|
||||
</Link>
|
||||
<a
|
||||
href="#"
|
||||
onClick={handleSignOut}
|
||||
|
|
|
@ -50,9 +50,10 @@ export default function Home() {
|
|||
</div>
|
||||
<div className="bg-gray-50 px-4 py-4 sm:px-6">
|
||||
<div className="text-sm">
|
||||
<Link href="/payments">
|
||||
<a className="font-medium text-green-600 hover:text-green-500">View current payments</a>
|
||||
</Link>
|
||||
<a href="#" className="font-medium text-green-600 hover:text-green-500">
|
||||
View current payments
|
||||
</a>{" "}
|
||||
(coming soon)
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in New Issue