From 0afb6333ac8f5f81dabc55ccffe91048094597bb Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Mon, 26 Jun 2023 13:06:07 -0700 Subject: [PATCH] refactor: remove avatar hover loader --- components/Brand/Avatar.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/components/Brand/Avatar.vue b/components/Brand/Avatar.vue index b66b3513b..8e71d4732 100644 --- a/components/Brand/Avatar.vue +++ b/components/Brand/Avatar.vue @@ -14,12 +14,6 @@ withDefaults(defineProps(), { const serverStore = useServerStore(); const { avatar, pluginInstalled, registered, username } = storeToRefs(serverStore); -// :class="{ -// 'ml-8px': usernameButtonText, -// 'bg-transparent': registered && !avatarFail, -// 'bg-gradient-to-r from-unraid-red to-orange': !registered || avatarFail, -// }" -// :title="usernameButtonTitle"