mirror of
https://bitbucket.org/walplanet/deemix-gui
synced 2026-01-15 08:12:52 -03:00
add hidden class to auth links. revert logo
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
aria-label="sidebar" class="top-0 left-0 flex flex-col h-screen bg-panels-bg text-foreground" role="navigation">
|
||||
<div class="deemix-icon-container" v-html="deemixIcon" />
|
||||
<router-link v-for="link in links" :key="link.name" :aria-label="link.ariaLabel"
|
||||
:class="{ 'bg-background-main': activeTablink === link.name }" :to="{ name: link.routerName }"
|
||||
:class="{ 'bg-background-main': activeTablink === link.name, 'hidden': link.auth }" :to="{ name: link.routerName }"
|
||||
class="relative flex items-center h-16 no-underline group main_tablinks hover:bg-background-main text-foreground"
|
||||
@click.native="activeTablink = link.name">
|
||||
<i :class="{ 'text-primary': activeTablink === link.name }"
|
||||
@@ -39,7 +39,7 @@ import { computed, defineComponent, reactive, toRefs } from '@vue/composition-ap
|
||||
import { links } from '@/data/sidebar'
|
||||
import { useTheme } from '@/use/theme'
|
||||
|
||||
import deemixIcon from '@/assets/deemix-2.svg'
|
||||
import deemixIcon from '@/assets/deemix-icon.svg'
|
||||
|
||||
export default defineComponent({
|
||||
setup(_, ctx) {
|
||||
|
||||
Reference in New Issue
Block a user