Browse Source

📸 Rename Dashboard to Home and update screenshots (#693)

pull/13907/head
Alejandra 1 year ago
committed by GitHub
parent
commit
5cf7ab0a6b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      frontend/src/components/Common/SidebarItems.tsx
  2. BIN
      img/dashaboard-dark.png
  3. BIN
      img/dashboard-create.png
  4. BIN
      img/dashboard-items.png
  5. BIN
      img/dashboard-user-settings.png
  6. BIN
      img/dashboard.png

2
frontend/src/components/Common/SidebarItems.tsx

@ -7,7 +7,7 @@ import { useQueryClient } from 'react-query'
import { UserOut } from '../../client'
const items = [
{ icon: FiHome, title: 'Dashboard', path: '/' },
{ icon: FiHome, title: 'Home', path: '/' },
{ icon: FiBriefcase, title: 'Items', path: '/items' },
{ icon: FiSettings, title: 'User Settings', path: '/settings' },
]

BIN
img/dashaboard-dark.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

BIN
img/dashboard-create.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 84 KiB

BIN
img/dashboard-items.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 71 KiB

BIN
img/dashboard-user-settings.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 61 KiB

BIN
img/dashboard.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Loading…
Cancel
Save