refactor: center page title text

This commit is contained in:
Kim, Jimin 2023-07-09 10:32:49 +09:00
parent cb2f596567
commit 6452265cd1

View file

@ -42,7 +42,7 @@ export default function Home() {
return ( return (
<div className="flex h-full w-full flex-col items-center gap-8"> <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} {postCards}