payments coming soon

This commit is contained in:
Karol Wypchlo 2021-02-16 17:17:08 +01:00
parent b3c7faa813
commit 9a4c400252
2 changed files with 17 additions and 13 deletions

View File

@ -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>
</Link>
<a
href="#"
className="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100"
role="menuitem"
>
Payments (coming soon)
</a>
<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>
</Link>
<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>
<a
href="#"
onClick={handleSignOut}

View File

@ -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>