Fix list end button labels

This commit is contained in:
Sam Carlton 2022-09-04 09:51:15 -05:00
parent 7a731f7c5f
commit cfda83093f

View file

@ -5,9 +5,8 @@
:key="i" :key="i"
:href="link.href" :href="link.href"
class="text-xs" class="text-xs"
> :label="link.label"
{{ link.label }} />
</LinkButton>
</div> </div>
</template> </template>