feat: implement pagination

This commit is contained in:
enscribe 2024-09-15 15:52:53 -07:00
parent 72baf20564
commit aaaa2302f2
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
10 changed files with 255 additions and 55 deletions

View file

@ -10,7 +10,7 @@ import SocialIcons from './SocialIcons.astro'
class="flex flex-col items-center justify-center gap-y-2 sm:flex-row sm:justify-between"
>
<div class="flex items-center">
<p class="text-sm text-muted-foreground">
<p class="text-center text-sm text-muted-foreground">
&copy; {new Date().getFullYear()} All rights reserved.
</p>
</div>