refactor: center page title text
This commit is contained in:
parent
cb2f596567
commit
6452265cd1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export default function Home() {
|
|||
|
||||
return (
|
||||
<div className="flex h-full w-full flex-col items-center gap-8">
|
||||
<h1>Recent Posts</h1>
|
||||
<h1 className="text-center">Recent Posts</h1>
|
||||
|
||||
{postCards}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue