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"
:href="link.href"
class="text-xs"
>
{{ link.label }}
</LinkButton>
:label="link.label"
/>
</div>
</template>