feat: implement pagination
This commit is contained in:
parent
72baf20564
commit
aaaa2302f2
10 changed files with 255 additions and 55 deletions
|
@ -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">
|
||||
© {new Date().getFullYear()} All rights reserved.
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue