Move Pagination component

This commit is contained in:
prototypa
2023-01-24 01:52:51 -05:00
parent 64bcda934c
commit 4b8ae1540c
5 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ const { post, url } = Astro.props;
<>
{' '}
·
<a class="font-bold capitalize" href={getPermalink(post.category, 'category')}>
<a class="capitalize hover:underline" href={getPermalink(post.category, 'category')}>
{post.category.replaceAll('-', ' ')}
</a>
</>