Skip to content

Commit 5cf7ab0

Browse files
authored
📸 Rename Dashboard to Home and update screenshots (#693)
1 parent 73a1300 commit 5cf7ab0

6 files changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/Common/SidebarItems.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { useQueryClient } from 'react-query'
77
import { UserOut } from '../../client'
88

99
const items = [
10-
{ icon: FiHome, title: 'Dashboard', path: '/' },
10+
{ icon: FiHome, title: 'Home', path: '/' },
1111
{ icon: FiBriefcase, title: 'Items', path: '/items' },
1212
{ icon: FiSettings, title: 'User Settings', path: '/settings' },
1313
]

img/dashaboard-dark.png

61.2 KB
Loading

img/dashboard-create.png

5.74 KB
Loading

img/dashboard-items.png

7.71 KB
Loading

img/dashboard-user-settings.png

-518 Bytes
Loading

img/dashboard.png

16.3 KB
Loading

0 commit comments

Comments
 (0)