This repository has been archived on 2024-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
tailwindui/vue/components/application-ui/headings/section-headings/simple.vue
2024-01-24 19:02:44 +08:00

6 lines
160 B
Vue

<template>
<div class="border-b border-gray-200 pb-5">
<h3 class="text-base font-semibold leading-6 text-gray-900">Job Postings</h3>
</div>
</template>