From cfda83093f1dc9b4898f821a7f1ec64711a60e74 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sun, 4 Sep 2022 09:51:15 -0500 Subject: [PATCH] Fix list end button labels --- components/list-end-buttons.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/list-end-buttons.vue b/components/list-end-buttons.vue index 77c4873..43c334a 100644 --- a/components/list-end-buttons.vue +++ b/components/list-end-buttons.vue @@ -5,9 +5,8 @@ :key="i" :href="link.href" class="text-xs" - > - {{ link.label }} - + :label="link.label" + />