mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +10:00
signout mock
This commit is contained in:
@ -15,7 +15,7 @@ const navigation = [
|
|||||||
];
|
];
|
||||||
const userNavigation = [
|
const userNavigation = [
|
||||||
{ name: "Your Profile", href: "#" },
|
{ name: "Your Profile", href: "#" },
|
||||||
{ name: "Sign out", href: "#" },
|
{ name: "Sign out", href: "/login" },
|
||||||
];
|
];
|
||||||
|
|
||||||
function classNames(...classes: any) {
|
function classNames(...classes: any) {
|
||||||
|
|||||||
Reference in New Issue
Block a user