add email to footer

This commit is contained in:
oiov
2024-07-30 17:47:59 +08:00
parent 4251731328
commit 265b0aa460

View File

@@ -48,6 +48,7 @@ export const footerLinks: SidebarNavItem[] = [
{ title: "Introduction", href: "/docs" },
{ title: "Guide", href: "/docs/quick-start" },
{ title: "Developer", href: "/docs/developer" },
{ title: "Contact", href: "mailto:support@wr.do" },
],
},
];