ketekny-ui-kit 1.0.102 → 1.0.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
Binary file
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
} from '@lucide/vue'
|
|
14
14
|
import SidebarMenuItem from './SidebarMenuItem.vue'
|
|
15
15
|
import kMenu from '../../ui/kMenu.vue'
|
|
16
|
-
import demoAvatarUrl from '
|
|
16
|
+
import demoAvatarUrl from '../assets/placeholder-user.jpg'
|
|
17
17
|
|
|
18
18
|
const FAVORITES_STORAGE_KEY = 'ketekny-ui-sidebar-favorites'
|
|
19
19
|
const MENU_TAB_STORAGE_KEY = 'ketekny-ui-sidebar-menu-tab'
|