summaryrefslogtreecommitdiff
path: root/components/VTable.vue
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-10-17 23:34:56 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-10-17 23:34:56 +0200
commit585317bcf53db267366a64b8c896ebc52d527ee7 (patch)
treeffd3ab2d65f65e8d0656997b4be2bffc2224d52b /components/VTable.vue
parent0433d3fbae74e9f99db54bb0c0c59231adafea54 (diff)
Response menu for admin
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(