mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
feat(pages): center buttons in blog previous, next
This commit is contained in:
parent
85de4a6de1
commit
00e77c1dba
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ const posts = page.data as {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
<div class="flex flex-row gap-3">
|
<div class="flex flex-row gap-3 justify-center">
|
||||||
<Button
|
<Button
|
||||||
label="Previous"
|
label="Previous"
|
||||||
link={page.url.prev}
|
link={page.url.prev}
|
||||||
|
|
Loading…
Reference in a new issue