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