File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/layouts/components/Logo Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ const to = computed(() => settingsStore.settings.home.enable ? settingsStore.set
2626 </script >
2727
2828<template >
29- <RouterLink :to = " to " class =" h-[var(--g-sidebar-logo-height)] w-inherit flex-center gap-2 px-3 text-inherit no-underline" :class =" { 'cursor-pointer ': settingsStore.settings.home.enable }" :title =" title" >
29+ <RouterLink :to class =" h-[var(--g-sidebar-logo-height)] w-inherit flex-center gap-2 px-3 text-inherit no-underline" :class =" { 'cursor-default ': ! settingsStore.settings.home.enable }" :title =" title" >
3030 <img v-if =" showLogo" :src =" logo" class =" logo h-[30px] w-[30px] object-contain" >
3131 <span v-if =" showTitle" class =" block truncate font-bold" >{{ title }}</span >
3232 </RouterLink >
You can’t perform that action at this time.
0 commit comments