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