Files
Cloud-Blog/components/content/InfoComponent.vue
nurRiyad daad180ab8 font change to ibm
Signed-off-by: nurRiyad <asadnurriyad@gmail.com>
2022-12-18 20:52:07 +06:00

10 lines
233 B
Vue

<template>
<div class="text-xs font-ibmmono antialiased text-slate-600 flex space-x-2">
<div class="flex">
<p class="mr-1">Created</p>
<slot name="time" />
</div>
<slot name="author" />
</div>
</template>