summaryrefslogtreecommitdiff
path: root/components/VTable.vue
diff options
context:
space:
mode:
Diffstat (limited to 'components/VTable.vue')
-rw-r--r--components/VTable.vue2
1 files changed, 1 insertions, 1 deletions
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(