From 585317bcf53db267366a64b8c896ebc52d527ee7 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 17 Oct 2022 23:34:56 +0200 Subject: Response menu for admin --- components/VTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/VTable.vue') diff --git a/components/VTable.vue b/components/VTable.vue index 9886a21..db7a9ae 100644 --- a/components/VTable.vue +++ b/components/VTable.vue @@ -24,7 +24,7 @@ svg(v-else xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6 text-red-500") path(stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12") span(v-else-if="name == 'avatar'") - .flex + .block(class="sm:flex") a.inline-block(:href="'/user/'+field.id" target="_blank") user-avatar(:data="field") a.text-red-500.ml-2.cursor-pointer( -- cgit v1.2.3-18-g5258