diff --git a/CHANGES.md b/CHANGES.md index daa9272b1..adba19f9b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,10 @@ Release Notes. - List all properties in a group. +### Bugs + +- BanyanDB ui unable to load icon. + ### Chores - Bump several dependencies and tools. diff --git a/ui/src/components/Header/components/header.vue b/ui/src/components/Header/components/header.vue index 647c995f0..f34107d2d 100644 --- a/ui/src/components/Header/components/header.vue +++ b/ui/src/components/Header/components/header.vue @@ -22,6 +22,7 @@ import { reactive } from "vue"; import { ElImage, ElTooltip, ElMenu, ElMenuItem } from 'element-plus' import { useRoute } from 'vue-router' import { watch, getCurrentInstance } from '@vue/runtime-core' +import userImg from '@/assets/banyandb_small.jpg' // Eventbus const $bus = getCurrentInstance().appContext.config.globalProperties.mittBus @@ -35,7 +36,6 @@ const data = reactive({ isCollapse: false, showButton: false }) -const userImg = 'http://localhost:5173/src/assets/banyandb_small.jpg' // watch watch(() => route, () => {