fix: improve messaging on dashboard

This commit is contained in:
Lakhan Samani
2022-02-05 09:15:36 +05:30
parent f07fb50eff
commit c09ca3b810
3 changed files with 17 additions and 12 deletions

View File

@@ -40,9 +40,9 @@ interface LinkItemProps {
route: string;
}
const LinkItems: Array<LinkItemProps> = [
{ name: 'Home', icon: FiHome, route: '/' },
// { name: 'Home', icon: FiHome, route: '/' },
{ name: 'Environment Variables', icon: FiSettings, route: '/' },
{ name: 'Users', icon: FiUsers, route: '/users' },
{ name: 'Environment Variables', icon: FiSettings, route: '/environment' },
];
interface SidebarProps extends BoxProps {